• 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 Remote Controls Not Showing After Update

     
    • 0 Vote(s) - 0 Average

    Remote Controls Not Showing After Update

    Remote Controls Not Showing After Update
    Jukelyn
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #7
    2025-02-05, 12:57 AM
    (2025-02-03, 10:43 PM)TheDreadPirate Wrote: Can you share a censored version of your Nginx config?

    Sure, here it is:

    Code:
    # ------------------------------------------------------------
    # jellyfin.domain.tld, jf.domain.tld
    # ------------------------------------------------------------



    map $scheme $hsts_header {
        https  "max-age=63072000;includeSubDomains; preload";
    }

    server {
      set $forward_scheme http;
      set $server        "[REDACTED]";
      set $port          [REDACTED];

      listen 80;
    #listen [::]:80;

    listen 443 ssl http2;
    #listen [::]:443;


      server_name jellyfin.domain.tld jf.domain.tld;


      # SSL
      include conf.d/include/[REDACTED]acme-challenge.conf;
      include conf.d/include/ssl-ciphers.conf;
      ssl_certificate [PATH_REDACTED];
      ssl_certificate_key [PATH_REDACTED];






      # Block Exploits
      include conf.d/include/block-exploits.conf;



      # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years)
      add_header Strict-Transport-Security $hsts_header always;





        # Force SSL
        include conf.d/include/force-ssl.conf;




    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $http_connection;
    proxy_http_version 1.1;


      access_log [PATH_REDACTED]_access.log proxy;
      error_log [PATH_REDACTED]_error.log warn;







      location / {





      # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years)
      add_header Strict-Transport-Security $hsts_header always;





       
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $http_connection;
        proxy_http_version 1.1;
       

        # Proxy!
        include conf.d/include/proxy.conf;
      }


      # Custom
      include /data/nginx/custom/server_proxy[.]conf;
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Remote Controls Not Showing After Update - by Jukelyn - 2025-01-31, 07:49 AM
    RE: Remote Controls Not Showing After Update - by Efficient_Good_5784 - 2025-01-31, 08:22 AM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-01, 06:13 AM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-02, 11:52 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-03, 07:47 PM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-03, 10:43 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-05, 12:57 AM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-05, 01:39 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-06, 03:27 PM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-06, 04:26 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-07, 05:04 PM
    RE: Remote Controls Not Showing After Update - by jellynoob1994 - 2025-02-06, 09:00 PM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-06, 10:07 PM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-07, 05:47 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-02-10, 01:13 AM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-02-10, 02:15 PM
    RE: Remote Controls Not Showing After Update - by Jukelyn - 2025-03-07, 05:21 AM
    RE: Remote Controls Not Showing After Update - by TheDreadPirate - 2025-03-07, 02:54 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