mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
Update jellyfin.subdomain.conf.sample
This commit is contained in:
parent
0113dccce9
commit
7819359d98
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ server {
|
||||||
proxy_set_header If-Range $http_if_range;
|
proxy_set_header If-Range $http_if_range;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ (/jellyfin)?/socket {
|
location ~ (/jellyfin)?/embywebsocket {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
resolver 127.0.0.11 valid=30s;
|
||||||
set $upstream_jellyfin jellyfin;
|
set $upstream_jellyfin jellyfin;
|
||||||
|
@ -33,4 +33,4 @@ server {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue