nginx: disable access log (global doesnt work...)

This commit is contained in:
Daniel Frank 2019-08-11 17:02:16 +02:00
commit 48760d1eb9
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,9 @@ in
forceSSL = true;
enableACME = true;
root = "${hopglass-fe}";
extraConfig = ''
access_log off;
'';
locations."/" = {
extraConfig = ''
index index.html;