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
I'm trying to set up URI-based routing in this reverse proxy project. Specifically, I want to route requests to different backend servers based on the URI path. However, I haven't been able to find clear documentation or examples on how to achieve this.
In Nginx, this can be done with a configuration like:
This allows different parts of an application (e.g., frontend, API, authentication) to be served by different backend servers, all through a single reverse proxy.
Is this feature currently supported in this project? If so, could you please provide an example configuration or point me to the relevant documentation?
If this feature is not currently supported, I'd like to request its addition as I believe it would greatly enhance the flexibility and usefulness of this project, allowing it to be used in more complex deployment scenarios.
Thank you for your help and consideration.
The text was updated successfully, but these errors were encountered:
noir19
changed the title
How to Configure URI-based Routing for Reverse Proxy
How to Configure URI-based Routing for river
Oct 9, 2024
noir19
changed the title
How to Configure URI-based Routing for river
How to Configure URI-based Routing for River
Oct 9, 2024
Hello,
I'm trying to set up URI-based routing in this reverse proxy project. Specifically, I want to route requests to different backend servers based on the URI path. However, I haven't been able to find clear documentation or examples on how to achieve this.
In Nginx, this can be done with a configuration like:
nginx
This allows different parts of an application (e.g., frontend, API, authentication) to be served by different backend servers, all through a single reverse proxy.
Is this feature currently supported in this project? If so, could you please provide an example configuration or point me to the relevant documentation?
If this feature is not currently supported, I'd like to request its addition as I believe it would greatly enhance the flexibility and usefulness of this project, allowing it to be used in more complex deployment scenarios.
Thank you for your help and consideration.
The text was updated successfully, but these errors were encountered: