Skip to content

Commit 2c73d56

Browse files
aptalcathelamer
authored andcommitted
Update jellyfin.subfolder.conf.sample
1 parent 3c1688d commit 2c73d56

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

jellyfin.subfolder.conf.sample

+1-8
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,11 @@ location ^~ /jellyfin/ {
1111
include /config/nginx/proxy.conf;
1212
resolver 127.0.0.11 valid=30s;
1313
set $upstream_jellyfin jellyfin;
14+
rewrite /jellyfin(.*) $1 break;
1415
proxy_pass http://$upstream_jellyfin:8096;
1516

1617
proxy_set_header Range $http_range;
1718
proxy_set_header If-Range $http_if_range;
18-
}
19-
20-
location ^~ /jellyfinwebsocket {
21-
include /config/nginx/proxy.conf;
22-
resolver 127.0.0.11 valid=30s;
23-
set $upstream_jellyfin jellyfin;
24-
proxy_pass http://$upstream_jellyfin:8096;
25-
2619
proxy_set_header Upgrade $http_upgrade;
2720
proxy_set_header Connection $http_connection;
2821
}

0 commit comments

Comments
 (0)