Enable websocket proxy for jellyfin

This commit is contained in:
Lillian-Violet 2024-01-04 20:15:51 +01:00
parent af8e309500
commit 81b39fa48e

View file

@ -15,6 +15,7 @@
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:8096";
proxyWebsockets = true; # needed if you need to use WebSocket
};
};
};