diff --git a/modules/nixos/plausible.nix b/modules/nixos/plausible.nix index ae1eaf2..1f62556 100644 --- a/modules/nixos/plausible.nix +++ b/modules/nixos/plausible.nix @@ -29,6 +29,7 @@ locations = { "/" = { proxyPass = "http://localhost:2100"; + proxyWebsockets = true; }; }; };