configpolicy/roles/grafana/files/grafana.nginx.conf

5 lines
88 B
Plaintext

location / {
proxy_pass http://[::1]:3000/;
proxy_set_header Host $http_host;
}