owncast: Enable websockets so stream chat works

This commit is contained in:
Katherina Walshe-Grey 2025-09-10 00:07:13 +01:00
parent 08aa13534a
commit 4e46200617

View file

@ -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;
};
};
};
};