Skip to content

Commit 7c522b0

Browse files
authored
Merge pull request #17 from secondlife/signal/status-port
Switch status port to 8091
2 parents 182e100 + 6084ef6 commit 7c522b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN /test_uwsgi/test.sh
5454
FROM base
5555
LABEL "com.datadoghq.ad.check_names"='["nginx"]'
5656
LABEL "com.datadoghq.ad.init_configs"='[{}]'
57-
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:81/nginx_status/"}]'
57+
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:8091/nginx_status/"}]'

src/etc/nginx/conf.d/status.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NGINX status/stats used by datadog, et al.
22
server {
3-
listen 81;
3+
listen 8091;
44
server_name localhost;
55

66
access_log off;

0 commit comments

Comments
 (0)