[GH-ISSUE #94] Path-Based Routing #1284

Closed
opened 2026-04-16 07:55:25 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @r3nor on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/94

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 GitHub (Jan 22, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/94 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.
Author
Owner

@miloschwartz commented on GitHub (Jan 22, 2025):

I am closing this as a duplicate because it is already being discussed here: https://github.com/orgs/fosrl/discussions/24

<!-- gh-comment-id:2607647330 --> @miloschwartz commented on GitHub (Jan 22, 2025): I am closing this as a duplicate because it is already being discussed here: https://github.com/orgs/fosrl/discussions/24
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1284