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
|
@ -3,8 +3,5 @@
|
|||
{
|
||||
services.nginx = {
|
||||
logError = "/dev/null";
|
||||
appendConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue