diff --git a/services/owncast.nix b/services/owncast.nix index 47173d0..1fbf52f 100644 --- a/services/owncast.nix +++ b/services/owncast.nix @@ -22,7 +22,10 @@ in ${cfg.domain} = { forceSSL = true; enableACME = true; - locations."/".proxyPass = "http://127.0.0.1:32769/"; + locations."/" = { + proxyPass = "http://127.0.0.1:32769/"; + proxyWebsockets = true; + }; }; }; };