Enable websocket proxy for jellyfin
This commit is contained in:
parent
da59b78cbf
commit
be18666f92
|
@ -15,6 +15,7 @@
|
|||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
proxyWebsockets = true; # needed if you need to use WebSocket
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue