Skip to content

Commit

Permalink
update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jul 18, 2024
1 parent 7b88ae9 commit 908add7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fabric_cf/orchestrator/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
#}
}

0 comments on commit 908add7

Please sign in to comment.