nginx: disable access log (global doesnt work...)
This commit is contained in:
parent
eb46df56d2
commit
48760d1eb9
3 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,9 @@ in
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "${hopglass-fe}";
|
||||
extraConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
locations."/" = {
|
||||
extraConfig = ''
|
||||
index index.html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue