diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-09 18:23:17 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-09 18:34:22 -0400 |
| commit | 74b26bbba5ee9fd0a409622b8f77e28a953bc711 (patch) | |
| tree | 2f0fd56051f709bb273bfb4e17a15f237dcd1482 /nginx | |
| parent | cf26b8423de90d504c8ae6eeb66250cb3f33c3ba (diff) | |
use new OCSP cache path
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 ' |
