Merge pull request #901 from elafarge/elafarge/update-nginx-status-port-in-doc
[doc] Update NGinX status port to 18080
This commit is contained in:
commit
53ef03b0a7
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ Using this two headers is possible to use a custom backend service like [this on
|
|||
|
||||
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 alternative to this module using [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) third party module.
|
||||
To use this module just provide a config map with the key `enable-vts-status=true`. The URL is exposed in the port 8080.
|
||||
To use this module just provide a config map with the key `enable-vts-status=true`. The URL is exposed in the port 18080.
|
||||
Please check the example `example/rc-default.yaml`
|
||||
|
||||

|
||||
|
|
Loading…
Reference in a new issue