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

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

Description

@bensonshaji

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions