1
0

hosts/monitoring-3: Enable websockets with Grafana

This commit is contained in:
clerie 2025-03-06 18:40:43 +01:00
parent 3f07e7dbd7
commit 26d1ddfaee

@ -38,6 +38,10 @@
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://[::1]:3001/";
locations."= /api/live/ws" = {
proxyPass = "http://[::1]:3001";
proxyWebsockets = true;
};
};
};
};