2025-06-30, 02:30 PM
(2025-06-30, 12:13 PM)niels Wrote: 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):
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;
I tried the proxy_pass changes you recommended. Unfortunately, they either broke the site or didn't solve the SyncPlay issue, so I've reverted the configuration back to the last stable version. It looks like this isn't a simple configuration problem. I appreciate all your time trying to help debug it. Thanks again.