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