We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b88ae9 commit 908add7Copy full SHA for 908add7
fabric_cf/orchestrator/nginx/default.conf
@@ -36,8 +36,8 @@ server {
36
proxy_pass http://orchestrator:8700;
37
proxy_set_header Host $http_host;
38
}
39
- location /prom/metrics {
40
- proxy_pass http://orchestrator:11000;
41
- proxy_set_header Host $http_host;
42
- }
+ #location /prom/metrics {
+ # proxy_pass http://orchestrator:11000;
+ # proxy_set_header Host $http_host;
+ #}
43
0 commit comments