SOLVED: Reverse Proxy - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: SOLVED: Reverse Proxy (/t-solved-reverse-proxy) Pages:
1
2
|
RE: Reverse Proxy - TheDreadPirate - 2024-08-20 You don't have remote access enabled. Code: <EnableRemoteAccess>false</EnableRemoteAccess> RE: Reverse Proxy - teledyn - 2024-08-27 That was it! I also changed the proxy targets to 127.0.0.1 and although the logs complained about this on restarts of jellyfin, apache and php-fpm, the service works, and works via remote as well. A thousand thanks for this, I missed that step in the installation! |