Improve documentation. Add flag to enable vts status module
This commit is contained in:
parent
812d0314c1
commit
41c34bd9e8
7 changed files with 48 additions and 20 deletions
10
controllers/nginx-third-party/README.md
vendored
10
controllers/nginx-third-party/README.md
vendored
|
|
@ -426,6 +426,16 @@ Please check the example `rc-custom-configuration.yaml`
|
|||
|
||||
If the Configmap it is updated, NGINX will be reloaded with the new configuration
|
||||
|
||||
### NGINX status page
|
||||
|
||||
The ngx_http_stub_status_module module provides access to basic status information. This is the default module active in the url `/nginx_status`.
|
||||
This controller provides an alternitive to this module using [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) third party module.
|
||||
To use this module just provide a ConfigMap with the key `enable-vts-status=true`. The URL is exposed in the port 8080.
|
||||
Please check the example `example/rc-default.yaml`
|
||||
|
||||

|
||||
|
||||
To extract the information in JSON format the module provides a custom URL: `/nginx_status/format/json`
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue