mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-20 05:14:37 -05:00
use new OCSP cache path
This commit is contained in:
parent
6a34c523c9
commit
01a0e97fdf
@ -70,7 +70,7 @@ http {
|
|||||||
ssl_stapling on;
|
ssl_stapling on;
|
||||||
ssl_stapling_verify on;
|
ssl_stapling_verify on;
|
||||||
# maintained by certbot-ocsp-fetcher
|
# 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 '
|
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 '
|
'$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
|
||||||
|
Loading…
Reference in New Issue
Block a user