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

@ -3,8 +3,5 @@
{
services.nginx = {
logError = "/dev/null";
appendConfig = ''
access_log off;
'';
};
}