From 3cf9801f8bf08eb57da9dc7b8651a14257635342 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:24:31 -0500 Subject: [PATCH] Update jellyfin.subfolder.conf.sample --- jellyfin.subfolder.conf.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jellyfin.subfolder.conf.sample b/jellyfin.subfolder.conf.sample index fbbc5c2..6c2e510 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/;