Nginx: disable access log

This commit is contained in:
Ivan R. 2023-08-22 14:46:12 +05:00
parent 4faab7fa84
commit 4b96d88e38
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -23,6 +23,7 @@ in {
https "max-age=31536000; includeSubdomains; preload"; https "max-age=31536000; includeSubdomains; preload";
} }
add_header Strict-Transport-Security $hsts_header; add_header Strict-Transport-Security $hsts_header;
access_log off;
''; '';
virtualHosts = { virtualHosts = {