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; + #} }