Update jellyfin.subdomain.conf.sample

This commit is contained in:
driz 2023-01-16 13:23:35 -05:00 committed by GitHub
parent f7b1d157a0
commit 79b382427d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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 <containername>;" # if not, replace the line "set $upstream_app jellyfin;" with "set $upstream_app <containername>;"
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of jellyfin # or "set $upstream_app <HOSTIP>;" 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, # in jellyfin settings, under "Advanced/Networking" add subdomain.mydomain.tld as a known proxy
# and set the "Secure connection mode" to "Handled by reverse proxy"
server { server {
listen 443 ssl; listen 443 ssl;