Open bensonshaji opened 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
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