diff --git a/hosts/monitoring-3/grafana.nix b/hosts/monitoring-3/grafana.nix index 8637c80..b7e88b2 100644 --- a/hosts/monitoring-3/grafana.nix +++ b/hosts/monitoring-3/grafana.nix @@ -38,6 +38,10 @@ enableACME = true; forceSSL = true; locations."/".proxyPass = "http://[::1]:3001/"; + locations."= /api/live/ws" = { + proxyPass = "http://[::1]:3001"; + proxyWebsockets = true; + }; }; }; };