From 908add7c965d991f23a9e1bb2c0e4644d6076dd2 Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Thu, 18 Jul 2024 11:36:28 -0400 Subject: [PATCH] update nginx conf --- fabric_cf/orchestrator/nginx/default.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fabric_cf/orchestrator/nginx/default.conf b/fabric_cf/orchestrator/nginx/default.conf index fb698444..31cd479a 100644 --- a/fabric_cf/orchestrator/nginx/default.conf +++ b/fabric_cf/orchestrator/nginx/default.conf @@ -36,8 +36,8 @@ server { proxy_pass http://orchestrator:8700; proxy_set_header Host $http_host; } - location /prom/metrics { - proxy_pass http://orchestrator:11000; - proxy_set_header Host $http_host; - } + #location /prom/metrics { + # proxy_pass http://orchestrator:11000; + # proxy_set_header Host $http_host; + #} }