Fixed config sample for Nginx
This commit is contained in:
parent
d115ec72fc
commit
c4d3b623e8
|
|
@ -113,8 +113,8 @@ Create an `nginx_status.conf` configuration file to expose metric data:
|
||||||
server {
|
server {
|
||||||
listen 8090;
|
listen 8090;
|
||||||
location /nginx_status {
|
location /nginx_status {
|
||||||
stub_status on;
|
stub_status;
|
||||||
access_log on;
|
access_log off;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue