You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
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 ?
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
The text was updated successfully, but these errors were encountered: