services: jellyfin: fix proxy configuration
This commit is contained in:
parent
90a89c56c8
commit
1f861e4d50
|
@ -22,6 +22,13 @@ in
|
||||||
useACMEHost = domain;
|
useACMEHost = domain;
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
proxyPass = "http://127.0.0.1:8096/";
|
||||||
|
extraConfig = ''
|
||||||
|
proxy_buffering off;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
locations."/socket" = {
|
||||||
proxyPass = "http://127.0.0.1:8096/";
|
proxyPass = "http://127.0.0.1:8096/";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue