fixed jellyfin syncplay.

This commit is contained in:
Gabe Venberg 2025-05-07 09:06:19 +02:00
parent a0e2bc11b4
commit 16514fe6c3

View file

@ -19,5 +19,9 @@
locations."/" = {
proxyPass = "http://localhost:8096";
};
locations."/socket" = {
proxyPass = "http://localhost:8096";
proxyWebsockets = true;
};
};
}