use new OCSP cache path

This commit is contained in:
Daniel Micay 2023-07-09 18:30:25 -04:00
parent 6a34c523c9
commit 01a0e97fdf
1 changed files with 1 additions and 1 deletions

View File

@ -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 '