• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access SOLVED: Can't access Jellyfin with my subdomain (NGINX)

     
    • 0 Vote(s) - 0 Average

    SOLVED: Can't access Jellyfin with my subdomain (NGINX)

    CelianGdfrd
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    #5
    2025-02-04, 03:50 PM
    Alright, that's how the top of my .conf file looks now :

    Code:
    server {
        server_name REDACTED;

        # Uncomment to redirect HTTP to HTTPS
        return 301 https://$host$request_uri;

        listen [::]:80 ssl; # managed by Certbot
        listen 80 ssl; # managed by Certbot
        ssl_certificate /etc/letsencrypt/live/REDACTED/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/REDACTED/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

    }

    server {
        # Nginx versions prior to 1.25
        listen 443 ssl http2;
        listen [::]:443 ssl http2;

        ssl_certificate /etc/letsencrypt/live/REDACTED/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/REDACTED/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

    And everything works !

    Thank you so much for your help !
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Can't access Jellyfin with my subdomain (NGINX) - by CelianGdfrd - 2025-02-04, 02:47 PM
    RE: Can't access Jellyfin with my subdomain (NGINX) - by bitmap - 2025-02-04, 03:37 PM
    RE: Can't access Jellyfin with my subdomain (NGINX) - by CelianGdfrd - 2025-02-04, 03:42 PM
    RE: Can't access Jellyfin with my subdomain (NGINX) - by bitmap - 2025-02-04, 03:45 PM
    RE: Can't access Jellyfin with my subdomain (NGINX) - by CelianGdfrd - 2025-02-04, 03:50 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode