Grafana: Difference between revisions
imported>Schoettl After upgrade to NixOS 23.11, Grafana didn't work for me anymore. I had an Moved Permanently redirect loop when trying to access myhost/grafana/. Removing the last slash solved it. Solution from here: https://community.grafana.com/t/redirect-loop-on-grafa |
imported>Lillecarl https://github.com/grafana/grafana/issues/45117#issuecomment-1033842787 |
||
| Line 32: | Line 32: | ||
proxyPass = "http://${toString config.services.grafana.settings.server.http_addr}:${toString config.services.grafana.settings.server.http_port}"; | proxyPass = "http://${toString config.services.grafana.settings.server.http_addr}:${toString config.services.grafana.settings.server.http_port}"; | ||
proxyWebsockets = true; | proxyWebsockets = true; | ||
recommendedProxySettings = true; | |||
}; | }; | ||
}; | }; | ||