• 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 General Questions Nginx Proxy Manager Settings for Jellyfin

     
    • 0 Vote(s) - 0 Average

    Nginx Proxy Manager Settings for Jellyfin

    The once and for all thread, I know there have been once previously but let's make this one into one where we share our configuration and experiences!
    keklol
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2023 Jul
    Reputation: 1
    #3
    2024-08-23, 07:47 PM
    Here is mine:

    ### TWEAKSS AND STUFF
    proxy_buffering off;
    proxy_hide_header X-Powered-By; ## Hides nginx server version from bad guys.
    proxy_set_header Range $http_range; ## Allows specific chunks of a file to be requested.
    proxy_set_header If-Range $http_if_range; ## Allows specific chunks of a file to be requested.
    proxy_set_header X-Real-IP $remote_addr; ## Passes the real client IP to the backend server.
    #proxy_set_header X-Real-IP $http_CF_Connecting_IP; ## if you use cloudflare un-comment this line and comment out above line.
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; ## Adds forwarded IP to the list of IPs that were forwarded to the backend server.

    ## ADDITIONAL SECURITY-SETTINGS ##
    ## Optional settings to improve security ##
    ## add these after you have completed your testing and ssl setup ##
    ## NOTICE: For the Strict-Transport-Security setting below, I would recommend ramping up to this value ##
    ## See https://hstspreload.org/ read through the "Deployment Recommendations" section first! ##
    add_header 'Referrer-Policy' 'origin-when-cross-origin';
    add_header Strict-Transport-Security "max-age=15552000; preload" always;
    add_header X-Frame-Options "SAMEORIGIN" always;
    add_header X-Content-Type-Options "nosniff" always;
    add_header X-XSS-Protection "1; mode=block" always;

    ## WEBSOCKET-SETTINGS ##
    Used to pass two way real time info to and from jf and the client.
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $http_connection;
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Nginx Proxy Manager Settings for Jellyfin - by jennystreaming - 2024-08-22, 06:10 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by TheDreadPirate - 2024-08-22, 06:40 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by farouq - 2025-01-06, 11:21 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by keklol - 2024-08-23, 07:47 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by TheDreadPirate - 2024-08-23, 09:47 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by keklol - 2024-08-23, 07:54 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by presentabsence - 2024-08-25, 08:44 AM
    RE: Nginx Proxy Manager Settings for Jellyfin - by dthree - 2024-10-17, 04:59 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by TheDreadPirate - 2024-10-17, 05:34 PM
    RE: Nginx Proxy Manager Settings for Jellyfin - by TheDreadPirate - 2025-01-06, 11:47 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