diff --git a/Dockerfile b/Dockerfile index 0b23785..dac8127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,4 +54,4 @@ RUN /test_uwsgi/test.sh FROM base LABEL "com.datadoghq.ad.check_names"='["nginx"]' LABEL "com.datadoghq.ad.init_configs"='[{}]' -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/"}]' diff --git a/src/etc/nginx/conf.d/status.conf b/src/etc/nginx/conf.d/status.conf index 3037844..94d762c 100644 --- a/src/etc/nginx/conf.d/status.conf +++ b/src/etc/nginx/conf.d/status.conf @@ -1,6 +1,6 @@ # NGINX status/stats used by datadog, et al. server { - listen 81; + listen 8091; server_name localhost; access_log off;