owncast: Enable websockets so stream chat works
This commit is contained in:
parent
08aa13534a
commit
4e46200617
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue