• 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 Lost my Nginx config, can't get it it working again.

     
    • 0 Vote(s) - 0 Average

    Lost my Nginx config, can't get it it working again.

    I'm so lost.
    BB98
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #1
    2025-01-21, 04:29 PM
    I had Nginx set up and running on my Jellyfin server just to forward from port 80 to 8096.
    I reset the VM it's all running on, and my configs got dumped somewhere along the way...

    I know my previous config was extremely simple, but I can't seem to find the example I used.

    Code:
    server {
         listen 80;
         location / {
              proxy_pass http://localhost:8096;
         }

         location /socket {
         proxy_pass http://localhost:8096;
         }
    }

    This is what I currently have, but it isn't working internally, or externally.

    Any help would be greatly appreciated.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Lost my Nginx config, can't get it it working again. - by BB98 - 2025-01-21, 04:29 PM
    RE: Lost my Nginx config, can't get it it working again. - by TheDreadPirate - 2025-01-21, 04:36 PM
    RE: Lost my Nginx config, can't get it it working again. - by BB98 - 2025-01-21, 11:40 PM
    RE: Lost my Nginx config, can't get it it working again. - by BB98 - 2025-01-21, 11:45 PM
    RE: Lost my Nginx config, can't get it it working again. - by TheDreadPirate - 2025-01-22, 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