jellyfin: proxy websockets traffic

This commit is contained in:
Antoine Martin 2021-02-22 11:58:54 +01:00
parent cdf8695794
commit 49a261e5ee

View file

@ -26,7 +26,10 @@ in {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:${toString jellyfinPort}/";
locations."/" = {
proxyPass = "http://localhost:${toString jellyfinPort}/";
proxyWebsockets = true;
};
};
};
}