Fix syncplay

This commit is contained in:
minish 2025-04-27 19:26:09 -04:00
parent de6f0e39cb
commit ff33aa0c1e
Signed by: min
SSH Key Fingerprint: SHA256:UD/wIBTyCGmuqRq6a1PsiwTehUPikHbuClpnk0U1mdo
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ in {
locations."/" = {
proxyPass = "http://${toString httpIntAddr}:${toString httpIntPort}";
proxyWebsockets = true;
};
};
}