Skip to content

Commit 3cf9801

Browse files
authored
Update jellyfin.subfolder.conf.sample
1 parent 79b3824 commit 3cf9801

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

jellyfin.subfolder.conf.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
44
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
55
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin
6-
# in jellyfin settings, under "Advanced/Networking" change the public https port to 443, leave the local ports as is, set the base url to "/jellyfin",
7-
# and set the "Secure connection mode" to "Handled by reverse proxy"
6+
# in jellyfin settings, under "Advanced/Networking" change the public https port to 443, leave the local ports as is, set the base url to "/jellyfin"
87

98
location /jellyfin {
109
return 301 $scheme://$host/jellyfin/;

0 commit comments

Comments
 (0)