Add proxy protocol docs

This commit is contained in:
Owen
2025-11-02 14:37:41 -08:00
parent 13437060e2
commit 39ec3581ce
2 changed files with 24 additions and 11 deletions

View File

@@ -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