File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ If you wish to use this service with uWSGI then define `PROXY_UWSGI=1` and set
60
60
use `http://`, ex. if your uwsgi server is hosting itself at `--socket :8000`
61
61
then set `PROXY_REVERSE_URL=localhost:8000`.)
62
62
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
+
63
69
# # Development
64
70
65
71
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][]
79
85
[nginx container] : https://hub.docker.com/_/nginx
80
86
[gomplate] : https://docs.gomplate.ca/
81
87
[uwsgi] : https://uwsgi-docs.readthedocs.io/en/latest/
88
+ [nginx status] : https://nginx.org/en/docs/http/ngx_http_stub_status_module.html
You can’t perform that action at this time.
0 commit comments