From 01a0e97fdfc1961b5fde704512e945493978122c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 9 Jul 2023 18:30:25 -0400 Subject: [PATCH] use new OCSP cache path --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 97ba324..364d571 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/matrix.grapheneos.org.der; + ssl_stapling_file /var/cache/certbot-ocsp-fetcher/matrix.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 '