monitoring
This commit is contained in:
parent
81356205a0
commit
5cf670d946
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ in {
|
|||
settings = {
|
||||
namespaces = [{
|
||||
inherit format;
|
||||
|
||||
|
||||
name = "nginx";
|
||||
source.files = ["/var/log/nginx/access.log"];
|
||||
}];
|
||||
|
@ -18,7 +18,7 @@ in {
|
|||
|
||||
services.nginx.commonHttpConfig = ''
|
||||
access_log /var/log/nginx/access.log;
|
||||
log_format combined ${format};
|
||||
log_format combined "${format}";
|
||||
'';
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 14201 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue