fix: fix websockets for plausible

This commit is contained in:
Luj 2025-07-09 07:15:35 +02:00
parent 6b559cf1c2
commit 311f5842fc
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -15,6 +15,7 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:${toString config.services.plausible.server.port}"; proxyPass = "http://localhost:${toString config.services.plausible.server.port}";
}; };
}; };