summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-02 21:27:42 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-02 21:27:42 -0400
commit5af1d1fd25ecaa8d2166ba7e5b509ee974d95aa4 (patch)
treeb18dc2ce808e8003b2a2626ce93ab2d38fe23783
parent425564af3a889f945423c6bb60f8179194f412a7 (diff)
drop redundant comment
-rw-r--r--nginx/nginx.conf1
1 files changed, 0 insertions, 1 deletions
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 '