Path-Based Routing #1846

Closed
opened 2026-04-05 19:42:40 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @r3nor on 1/22/2025

Allow users to configure custom routing rules. This would enable proxying specific paths to different backend services. For instance, we could define routes like:

a.mydomain.com --> Service A
a.mydomain.com/service-b --> Service B

With this functionality, Pangolin could handle more complex scenarios by routing requests based on the URL path.

*Originally created by @r3nor on 1/22/2025* Allow users to configure custom routing rules. This would enable proxying specific paths to different backend services. For instance, we could define routes like: ``` a.mydomain.com --> Service A a.mydomain.com/service-b --> Service B ``` With this functionality, Pangolin could handle more complex scenarios by routing requests based on the URL path.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1846