monitoring
This commit is contained in:
parent
1831635ada
commit
9c3fb4db07
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue