common: disable nginx access log
This commit is contained in:
parent
57334cd690
commit
4e1430bfc7
1 changed files with 4 additions and 0 deletions
|
@ -73,4 +73,8 @@ in {
|
||||||
|
|
||||||
security.acme.email = "info+acme@hacc.space";
|
security.acme.email = "info+acme@hacc.space";
|
||||||
security.acme.acceptTerms = true;
|
security.acme.acceptTerms = true;
|
||||||
|
|
||||||
|
services.nginx.appendConfig = ''
|
||||||
|
access_log off;
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue