Disable logging of nginx

This commit is contained in:
Tim Schubert 2021-01-01 21:55:01 +01:00
parent 98891c3813
commit c9c64a00e2
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

View file

@ -13,6 +13,16 @@ in {
networking.hostName = hostName;
services.nginx = {
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
logError = "off";
appendHttpConfig = ''
access_log off;
'';
};
dadada.admin = {
enable = true;
users = {