Wonderfall / dockerfiles

Discontinued. Fork at your will.
Creative Commons Zero v1.0 Universal
391 stars 170 forks source link

Need help to setup reverse proxy for rtorrent-flood #263

Open bensonshaji opened 6 years ago

bensonshaji commented 6 years ago

Currently the reverse proxy works to some domain like https://www.example.com/torrent/

but it fails in the login page as the post requests are still pointing to https://www.example.com/auth/verify resulting a 404 error. How do I fix this ?

here is my apache reverse proxy configuration

ProxyPass /torrent/ http://127.0.0.1:3000/
ProxyPassReverse /torrent/ https://127.0.0.1:3000/

Thanks in advance