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