monitoring
This commit is contained in:
parent
4ba891c4dc
commit
76e8cb79b2
1 changed files with 3 additions and 1 deletions
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue