jellyfin: proxy websockets traffic
This commit is contained in:
parent
cdf8695794
commit
49a261e5ee
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ in {
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
locations."/".proxyPass = "http://localhost:${toString jellyfinPort}/";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString jellyfinPort}/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue