This commit is contained in:
Tim Schubert 2021-01-01 22:02:37 +01:00
parent 6ffdd48abf
commit f0c1441230
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -17,8 +17,8 @@ in {
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
logError = "off";
appendConfig = ''
logError = "/dev/null";
appendHttpConfig = ''
access_log off;
'';
};