2025-06-30, 12:13 PM
The only thing I can think of is changing the proxy_pass directive. If that doesn't work I don't know what the issue could be.
Try the following options (note the slash at the end in the first one):
Try the following options (note the slash at the end in the first one):
Code:
proxy_pass http://127.0.0.1:8096/;
Code:
proxy_pass http://127.0.0.1:8096/jellyfin/;
Code:
proxy_pass http://127.0.0.1:8096/jellyfin;