2024-03-24, 01:24 AM
(This post was last modified: 2024-03-24, 01:24 AM by TheDreadPirate. Edited 1 time in total.)
Adding a trailing slash after Jellyfin in this section
This worked for another user. They were running Nginx, but the concept may still apply.
https://forum.jellyfin.org/t-solved-solv...2#pid13202
If this works for you, I will research it and update our docs appropriately.
Code:
<Location /jellyfin/>
ProxyPass "http://127.0.0.1:8096/jellyfin/"
ProxyPassReverse "http://127.0.0.1:8096/jellyfin/"
</Location>
This worked for another user. They were running Nginx, but the concept may still apply.
https://forum.jellyfin.org/t-solved-solv...2#pid13202
If this works for you, I will research it and update our docs appropriately.