fix: jellyfin revproxy
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
01986cebd9
commit
95cbbfb157
1 changed files with 8 additions and 3 deletions
|
|
@ -177,9 +177,14 @@
|
||||||
services.nginx.virtualHosts."media.escapeangle.com" = {
|
services.nginx.virtualHosts."media.escapeangle.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations = {
|
||||||
proxyPass = "http://localhost:8096";
|
"/" = {
|
||||||
proxyWebsockets = true;
|
proxyPass = "http://localhost:8096";
|
||||||
|
};
|
||||||
|
"/socket" = {
|
||||||
|
proxyPass = "http://localhost:8096";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue