common: disable nginx access log

immae_peertube
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;
'';
}