SatCat commited on
Commit
8d90f36
·
verified ·
1 Parent(s): 0e2022f

Update default.conf

Browse files
Files changed (1) hide show
  1. default.conf +1 -1
default.conf CHANGED
@@ -1,7 +1,7 @@
1
  server {
2
  listen 8080;
3
 
4
- location /prometheus/ {
5
  proxy_pass http://localhost:9090/;
6
  proxy_set_header Host $host;
7
  proxy_set_header X-Real-IP $remote_addr;
 
1
  server {
2
  listen 8080;
3
 
4
+ location / {
5
  proxy_pass http://localhost:9090/;
6
  proxy_set_header Host $host;
7
  proxy_set_header X-Real-IP $remote_addr;