Jellyfin Forum
difference between nginx and ddns service - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: difference between nginx and ddns service (/t-difference-between-nginx-and-ddns-service)

Pages: 1 2


RE: difference between nginx and ddns service - TheDreadPirate - 2024-11-16

Yes. You have to configure connections on 443 to get proxied to jellyfin port 8096. If your config resembles your earlier config, that hasn't been done.

https://jellyfin.org/docs/general/networking/nginx/#https-config-example


RE: difference between nginx and ddns service - Drake97 - 2024-11-16

(2024-11-16, 01:55 AM)TheDreadPirate Wrote: Yes.  You have to configure connections on 443 to get proxied to jellyfin port 8096.  If your config resembles your earlier config, that hasn't been done.

https://jellyfin.org/docs/general/networking/nginx/#https-config-example

yep, this is my jellyfin file, I changed my ddns server to MY_DOMAIN so as not to expose it to other people

https://pastebin.com/kZ4cgcDW


RE: difference between nginx and ddns service - TheDreadPirate - 2024-11-16

Is your computer's host name "jellyfin"? If not, change "set $jellyfin jellyfin;" to "set $jellyfin {insert LAN IP};"


RE: difference between nginx and ddns service - Drake97 - 2024-11-16

(2024-11-16, 02:11 AM)TheDreadPirate Wrote: Is your computer's host name "jellyfin"?  If not, change "set $jellyfin jellyfin;" to "set $jellyfin {insert LAN IP};"

I did that and i dont know, i can't get results,

I am going to think with time tomorrow because something is happening and I am not getting it even if I do everything to the letter and follow your indications, I feel that I am close to achieve it but sometimes things do not work out the first time what you want.
I really appreciate your help

Greetings.