services: jellyfin: proxy websockets

This commit is contained in:
Bruno BELANYI 2021-02-24 11:55:44 +00:00
parent bad5f09e05
commit aa558745f9

View file

@ -21,7 +21,10 @@ in
forceSSL = true;
useACMEHost = "${domain}";
locations."/".proxyPass = "http://localhost:8096/";
locations."/" = {
proxyPass = "http://localhost:8096/";
proxyWebsockets = true;
};
};
};
}