mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-02 08:46:45 +00:00
Add proxy protocol docs
This commit is contained in:
@@ -106,10 +106,6 @@ In this configuration:
|
||||
- Requests to `/api/users` will be load balanced between Target 1 and Target 2
|
||||
- Requests to `/web/dashboard` will only go to Target 3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Path Rewriting
|
||||
|
||||
Path rewriting allows you to modify the request path before it reaches your backend service. This enables you to expose different URL structures to your users while maintaining your existing backend API paths.
|
||||
@@ -211,5 +207,4 @@ When using path rewriting, request priority is automatically calculated to ensur
|
||||
- Prefix match adds +3 more
|
||||
- Regex match adds +2 more
|
||||
- Root path `/` gets priority 1 (lowest, acts as catch-all)
|
||||
- Custom priorities override the automatic calculation
|
||||
|
||||
- Custom priorities override the automatic calculation
|
||||
Reference in New Issue
Block a user