From 6b76b5983a30f496e08e171e797d61b75726e800 Mon Sep 17 00:00:00 2001 From: Victor Gambier Date: Mon, 6 Dec 2021 02:38:43 +0100 Subject: [PATCH] Update jellyfin instructions As explained here: https://github.com/jellyfin/jellyfin/issues/4332 The "Handled by reverse proxy" option no longer exists in Jellyfin. --- jellyfin.subdomain.conf.sample | 5 +++-- jellyfin.subfolder.conf.sample | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/jellyfin.subdomain.conf.sample b/jellyfin.subdomain.conf.sample index 489f34c..655c1d7 100644 --- a/jellyfin.subdomain.conf.sample +++ b/jellyfin.subdomain.conf.sample @@ -3,8 +3,9 @@ # 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 Networking > Server Address Settings, leave the local ports as is, +# and leave the "Enable HTTPS" option unchecked. +# Under Networking > Remote Access Settings, change the public https port to 443. server { listen 443 ssl; diff --git a/jellyfin.subfolder.conf.sample b/jellyfin.subfolder.conf.sample index fbbc5c2..8157fc3 100644 --- a/jellyfin.subfolder.conf.sample +++ b/jellyfin.subfolder.conf.sample @@ -3,8 +3,9 @@ # 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 Networking > Server Address Settings, leave the local ports as is, +# leave the "Enable HTTPS" option unchecked, and set the base url to "/jellyfin". +# Under Networking > Remote Access Settings, change the public https port to 443. location /jellyfin { return 301 $scheme://$host/jellyfin/;