• 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!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-22, 06:40 PM (This post was last modified: 2024-08-22, 06:42 PM by TheDreadPirate. Edited 2 times in total.)
    I wrote a guide for improving the security of plain Nginx. But they should still work with Nginx Proxy Manager.

    https://forum.jellyfin.org/t-apache-ngin...ls-ciphers

    Below is a modified list from my guide. I looked at the defaults in Nginx Proxy Manager and the options below are either not defined or the defaults are not as secure. In the Nginx Proxy Manager git "ssl_prefer_server_ciphers" is defined twice in two different configs. One on and one off, so I'm not sure which is actually used. But including it in your Nginx Proxy Manager config should override whatever default is actually applied.

    In the Advanced tab of Nginx Proxy Manager, copy and paste the lines below.

    Code:
    ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:AES256-GCM-SHA384;
    ssl_ecdh_curve secp384r1;
    ssl_prefer_server_ciphers on;
    ssl_session_tickets off;

    I only use Nginx Proxy Manager on one of my test setups so I've never actually tried adding these settings. So let me know if these work or if it breaks it.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « 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