Skip to content

Commit

Permalink
Merge pull request #518 from linuxserver/drizuid-patch-1
Browse files Browse the repository at this point in the history
Update jellyfin.subdomain.conf.sample
  • Loading branch information
nemchik authored Feb 10, 2023
2 parents 60add32 + 3cf9801 commit bb1bd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jellyfin.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin
# in jellyfin settings, under "Advanced/Networking" change the public https port to 443, leave the local ports as is,
# and set the "Secure connection mode" to "Handled by reverse proxy"
# in jellyfin settings, under "Advanced/Networking" add subdomain.mydomain.tld as a known proxy

server {
listen 443 ssl;
Expand Down
3 changes: 1 addition & 2 deletions jellyfin.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin
# 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",
# and set the "Secure connection mode" to "Handled by reverse proxy"
# 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"

location /jellyfin {
return 301 $scheme://$host/jellyfin/;
Expand Down

0 comments on commit bb1bd84

Please sign in to comment.