Skip to content

Commit 908add7

Browse files
committed
update nginx conf
1 parent 7b88ae9 commit 908add7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fabric_cf/orchestrator/nginx/default.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ server {
3636
proxy_pass http://orchestrator:8700;
3737
proxy_set_header Host $http_host;
3838
}
39-
location /prom/metrics {
40-
proxy_pass http://orchestrator:11000;
41-
proxy_set_header Host $http_host;
42-
}
39+
#location /prom/metrics {
40+
# proxy_pass http://orchestrator:11000;
41+
# proxy_set_header Host $http_host;
42+
#}
4343
}

0 commit comments

Comments
 (0)