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