diff --git a/machines/gustave/plausible.nix b/machines/gustave/plausible.nix index 308b6b1..480dcfd 100644 --- a/machines/gustave/plausible.nix +++ b/machines/gustave/plausible.nix @@ -15,6 +15,7 @@ forceSSL = true; enableACME = true; locations."/" = { + proxyWebsockets = true; proxyPass = "http://localhost:${toString config.services.plausible.server.port}"; }; };