• 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 Only Jellyfin inaccessible through nginx proxy Manager

     
    • 0 Vote(s) - 0 Average

    Only Jellyfin inaccessible through nginx proxy Manager

    Only Jellyfin inaccessible through nginx proxy Manager
    levogevo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:United States
    #5
    2023-11-19, 11:03 PM (This post was last modified: 2023-11-19, 11:04 PM by levogevo. Edited 2 times in total.)
    In Jellyfin, make sure the ip of the NPM instance is set in the Dashboard->Networking->Known Proxies.
    In NPM, try adding this custom configuration (remove the space between the forward slashes in proxy_pass line):
    location / {
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host $host;
    proxy_pass $forward_scheme/ /$server:$port;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    }

    Jellyfin works fine for me NPM and https this way
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Only Jellyfin inaccessible through nginx proxy Manager - by charlielx - 2023-10-29, 11:18 AM
    RE: Only Jellyfin inaccessible through nginx proxy Manager - by TheDreadPirate - 2023-10-29, 04:07 PM
    RE: Only Jellyfin inaccessible through nginx proxy Manager - by charlielx - 2023-10-30, 04:44 AM
    RE: Only Jellyfin inaccessible through nginx proxy Manager - by Dennis Müller - 2023-11-19, 04:15 PM
    RE: Only Jellyfin inaccessible through nginx proxy Manager - by levogevo - 2023-11-19, 11:03 PM
    RE: Only Jellyfin inaccessible through nginx proxy Manager - by phreatic - 2023-12-07, 03:51 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