monitoring
This commit is contained in:
parent
9c3fb4db07
commit
60da98d29b
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ in {
|
||||||
group = config.services.nginx.group;
|
group = config.services.nginx.group;
|
||||||
settings = {
|
settings = {
|
||||||
namespaces = [{
|
namespaces = [{
|
||||||
inherit format;
|
format = ''$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"'';
|
||||||
|
|
||||||
name = "nginx";
|
name = "nginx";
|
||||||
source.files = ["/var/log/nginx/access.log"];
|
source.files = ["/var/log/nginx/access.log"];
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Add table
Reference in a new issue