2025-02-25, 02:37 PM
(This post was last modified: 2025-02-25, 02:39 PM by TheDreadPirate. Edited 1 time in total.)
If you are using a subpath in Nginx, you also need to match that subpath in Jellyfin. The "baseurl" field.
And Nginx would need to be setup accordingly. Not just for the server_name, but also the proxy_pass would need to include the /jellyfin subpath. Another consideration is adding a 302 redirect so that anyone that types in /jellyfin will be redirected to /jellyfin/.
And Nginx would need to be setup accordingly. Not just for the server_name, but also the proxy_pass would need to include the /jellyfin subpath. Another consideration is adding a 302 redirect so that anyone that types in /jellyfin will be redirected to /jellyfin/.