monitoring
This commit is contained in:
parent
7b8476c23b
commit
35dce70f8a
1 changed files with 2 additions and 3 deletions
|
@ -19,9 +19,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.commonHttpConfig = ''
|
services.nginx.commonHttpConfig = ''
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log combined2;
|
||||||
log_format combined "${format}";
|
log_format combined2 "${format}";
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 14201 ];
|
networking.firewall.allowedTCPPorts = [ 14201 ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue