common: disable nginx access log

keep-around/4e1430bfc7c8f60ec6a9cbcc3ee045b389f7ff01
hexchen 2021-01-15 21:02:03 +00:00
parent 57334cd690
commit 4e1430bfc7
1 changed files with 4 additions and 0 deletions

View File

@ -73,4 +73,8 @@ in {
security.acme.email = "info+acme@hacc.space";
security.acme.acceptTerms = true;
services.nginx.appendConfig = ''
access_log off;
'';
}