Merge pull request #1326 from Code1110/master
Fixed config sample for Nginx
This commit is contained in:
commit
636e40371e
|
|
@ -113,8 +113,8 @@ Create an `nginx_status.conf` configuration file to expose metric data:
|
|||
server {
|
||||
listen 8090;
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
access_log on;
|
||||
stub_status;
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue