Skip to content

Commit a838cb8

Browse files
committed
Add information about nginx status page to README
1 parent a364dda commit a838cb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ If you wish to use this service with uWSGI then define `PROXY_UWSGI=1` and set
6060
use `http://`, ex. if your uwsgi server is hosting itself at `--socket :8000`
6161
then set `PROXY_REVERSE_URL=localhost:8000`.)
6262

63+
## Nginx status
64+
65+
The [nginx status][] page is configured to run at
66+
http://localhost:8091/nginx_status. This endpoint can be used by Datadog and
67+
other metrics collectors.
68+
6369
## Development
6470

6571
A test suite is baked into nginx-proxy's Dockerfile. You can run it by building
@@ -79,3 +85,4 @@ Notable differences from the official [nginx container][]
7985
[nginx container]: https://hub.docker.com/_/nginx
8086
[gomplate]: https://docs.gomplate.ca/
8187
[uwsgi]: https://uwsgi-docs.readthedocs.io/en/latest/
88+
[nginx status]: https://nginx.org/en/docs/http/ngx_http_stub_status_module.html

0 commit comments

Comments
 (0)