From 540fd3f141706976a3d1a56aba21811caa6bd007 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 20 May 2020 20:24:23 +0200 Subject: prometheus requires the suffix in proxy_pass as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/theos_kyriasis_com.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/theos_kyriasis_com.sls b/nginx/theos_kyriasis_com.sls index 30054b3..61d3d41 100644 --- a/nginx/theos_kyriasis_com.sls +++ b/nginx/theos_kyriasis_com.sls @@ -88,7 +88,7 @@ nginx: - proxy_set_header: X-Forwarded-Host $server_name - location /prometheus/: - - proxy_pass: http://localhost:9090/ + - proxy_pass: http://localhost:9090/prometheus/ - location /rspamd/: - proxy_pass: http://localhost:11334/ -- cgit v1.2.3-54-g00ecf