From 0a1bf2c4f244e4997a10eb4d1e24693d96002ab6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 12 Jul 2020 09:46:22 +0200 Subject: [PATCH] Connect to exporter via legacy IP --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }