Disable logging of nginx
This commit is contained in:
parent
98891c3813
commit
c9c64a00e2
1 changed files with 10 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue