grafana: Force ipv4 connection from proxy
This commit is contained in:
parent
1e55576ba3
commit
58a90d692b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
content: |
|
content: |
|
||||||
location /grafana/ {
|
location /grafana/ {
|
||||||
proxy_set_header Host noc.foo.sh;
|
proxy_set_header Host noc.foo.sh;
|
||||||
proxy_pass http://localhost:8002/;
|
proxy_pass http://127.0.0.1:8002/;
|
||||||
}
|
}
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Reference in a new issue