monitoring

This commit is contained in:
41666 2024-02-11 02:07:48 -05:00
parent 4ba891c4dc
commit 76e8cb79b2

View file

@ -7,7 +7,9 @@
}; };
}; };
services.nginx.commonHttpConfig = "access_log /var/log/nginx/access.log;"; services.nginx.commonHttpConfig = ''
access_log /var/log/nginx/access.log;
'';
networking.firewall.allowedTCPPorts = [ 14201 ]; networking.firewall.allowedTCPPorts = [ 14201 ];
} }