2024-01-19, 06:49 PM
(This post was last modified: 2024-01-19, 06:52 PM by roms. Edited 1 time in total.
Edit Reason: formatting
)
I think so-- I have the ws url in a location block like this:
which I copied from here: https://jellyfin.org/docs/general/networ...rgjellyfin
everything else seems to be working with the proxy.
I also just tested using the direct host:8096 url and it has the same behavior (minus the 404 error in the network logs) so I suspect the problem is not related to reverse proxy but something else.
Code:
<Location /jellyfin-media/socket>
ProxyPreserveHost On
ProxyPass "ws://127.0.0.1:8096/jellyfin-media/socket"
ProxyPassReverse "ws://127.0.0.1:8096/jellyfin-media/socket"
</Location>
which I copied from here: https://jellyfin.org/docs/general/networ...rgjellyfin
everything else seems to be working with the proxy.
I also just tested using the direct host:8096 url and it has the same behavior (minus the 404 error in the network logs) so I suspect the problem is not related to reverse proxy but something else.