We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b3824 commit 3cf9801Copy full SHA for 3cf9801
1 file changed
jellyfin.subfolder.conf.sample
@@ -3,8 +3,7 @@
3
# if jellyfin is running in bridge mode and the container is named "jellyfin", the below config should work as is
4
# if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
5
# 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"
+# 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"
8
9
location /jellyfin {
10
return 301 $scheme://$host/jellyfin/;
0 commit comments