services: jellyfin: proxy websockets
This commit is contained in:
parent
bad5f09e05
commit
aa558745f9
|
@ -21,7 +21,10 @@ in
|
|||
forceSSL = true;
|
||||
useACMEHost = "${domain}";
|
||||
|
||||
locations."/".proxyPass = "http://localhost:8096/";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8096/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue