monitoring

This commit is contained in:
41666 2024-02-11 02:24:11 -05:00
parent 1831635ada
commit 9c3fb4db07

View file

@ -19,9 +19,9 @@ in {
}; };
services.nginx.commonHttpConfig = '' services.nginx.commonHttpConfig = ''
access_log /var/log/nginx/access.log combined2;
log_format combined2 "${format}"; log_format combined2 "${format}";
access_log /var/log/nginx/access.log combined2;
''; '';
networking.firewall.allowedTCPPorts = [ 14201 ]; networking.firewall.allowedTCPPorts = [ 14201 ];