From 5af1d1fd25ecaa8d2166ba7e5b509ee974d95aa4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 2 Oct 2024 21:27:42 -0400 Subject: [PATCH] drop redundant comment --- nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index be345635..178322e6 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -71,7 +71,6 @@ http { ssl_trusted_certificate /etc/letsencrypt/live/grapheneos.org/chain.pem; ssl_stapling on; ssl_stapling_verify on; - # maintained by certbot-ocsp-fetcher ssl_stapling_file /var/cache/certbot-ocsp-fetcher/grapheneos.org.der; log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_session_reused $ssl_protocol $server_protocol '