Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

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

Open
bensonshaji opened this issue Nov 9, 2017 · 0 comments
Open

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

bensonshaji opened this issue Nov 9, 2017 · 0 comments

Comments

@bensonshaji
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant