Skip to content

Commit bb1bd84

Browse files
authored
Merge pull request #518 from linuxserver/drizuid-patch-1
Update jellyfin.subdomain.conf.sample
2 parents 60add32 + 3cf9801 commit bb1bd84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

jellyfin.subdomain.conf.sample

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
55
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
66
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin
7-
# in jellyfin settings, under "Advanced/Networking" change the public https port to 443, leave the local ports as is,
8-
# and set the "Secure connection mode" to "Handled by reverse proxy"
7+
# in jellyfin settings, under "Advanced/Networking" add subdomain.mydomain.tld as a known proxy
98

109
server {
1110
listen 443 ssl;

jellyfin.subfolder.conf.sample

+1-2
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)