From 74b26bbba5ee9fd0a409622b8f77e28a953bc711 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 9 Jul 2023 18:23:17 -0400 Subject: use new OCSP cache path --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 72fc3b78..22a7d960 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -70,7 +70,7 @@ http { ssl_stapling on; ssl_stapling_verify on; # maintained by certbot-ocsp-fetcher - ssl_stapling_file ocsp-cache/grapheneos.org.der; + ssl_stapling_file /var/cache/certbot-ocsp-fetcher/grapheneos.org.der; log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_protocol $server_protocol ' '$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent ' -- cgit v1.3.1