diff --git a/jellyfin.subdomain.conf.sample b/jellyfin.subdomain.conf.sample index 5a8dcb4..37fa3b0 100644 --- a/jellyfin.subdomain.conf.sample +++ b/jellyfin.subdomain.conf.sample @@ -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 ;" # or "set $upstream_app ;" 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; diff --git a/jellyfin.subfolder.conf.sample b/jellyfin.subfolder.conf.sample index 8c7af85..3d55e1a 100644 --- a/jellyfin.subfolder.conf.sample +++ b/jellyfin.subfolder.conf.sample @@ -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 ;" # or "set $upstream_app ;" 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/;