grafana: Force ipv4 connection from proxy

This commit is contained in:
Timo Makinen 2024-02-14 18:47:19 +00:00
parent 1e55576ba3
commit 58a90d692b

View file

@ -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