diff --git a/nginx.conf b/nginx.conf index aad5af7..d62d679 100644 --- a/nginx.conf +++ b/nginx.conf @@ -46,7 +46,7 @@ http { } location /metrics { - proxy_pass http://localhost:9354/metrics; + proxy_pass http://0.0.0.0:9354/metrics; auth_basic "go away"; auth_basic_user_file /config/htpasswd; }