Jellyfin: proxy websockets

This commit is contained in:
Ivan R. 2023-10-05 01:48:31 +05:00
parent e4dfb48a0c
commit 81b3c80dde
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -65,6 +65,7 @@ in {
locations = {
"/" = {
proxyPass = "http://127.0.0.1:8096";
proxyWebsockets = true;
};
};
};