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 f7b1d15 commit 79b3824Copy full SHA for 79b3824
1 file changed
jellyfin.subdomain.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,
7
-# 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
8
9
server {
10
listen 443 ssl;
0 commit comments