We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 182e100 + 6084ef6 commit 7c522b0Copy full SHA for 7c522b0
Dockerfile
@@ -54,4 +54,4 @@ RUN /test_uwsgi/test.sh
54
FROM base
55
LABEL "com.datadoghq.ad.check_names"='["nginx"]'
56
LABEL "com.datadoghq.ad.init_configs"='[{}]'
57
-LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:81/nginx_status/"}]'
+LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:8091/nginx_status/"}]'
src/etc/nginx/conf.d/status.conf
@@ -1,6 +1,6 @@
1
# NGINX status/stats used by datadog, et al.
2
server {
3
- listen 81;
+ listen 8091;
4
server_name localhost;
5
6
access_log off;
0 commit comments