Grafana: Difference between revisions

imported>Exyi
Created page with "[https://grafana.com/ Grafana] is an open-source, general purpose dashboarding tool, which runs as a web application. It can be used to create a variety of time-series graphs..."
 
imported>PaulGrandperrin
m fix proxyPath url, a slash was missing at the end causing redirection loop
Line 25: Line 25:
     enableACME = true;
     enableACME = true;
     locations."/grafana/" = {
     locations."/grafana/" = {
         proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}";
         proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}/";
         proxyWebsockets = true;
         proxyWebsockets = true;
     };
     };