Fix syncplay
This commit is contained in:
parent
de6f0e39cb
commit
ff33aa0c1e
|
@ -9,6 +9,7 @@ in {
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://${toString httpIntAddr}:${toString httpIntPort}";
|
proxyPass = "http://${toString httpIntAddr}:${toString httpIntPort}";
|
||||||
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue