public-web-static: to not log ip addresses just disable the access_log
This commit is contained in:
parent
193ccedbee
commit
62885a0095
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx.enable = true;
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
appendHttpConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8443 31820 ];
|
||||
networking.firewall.allowedUDPPorts = [ 8443 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue