Skip to content

Commit

Permalink
docs: add a note about -proxy-preserve-host flag
Browse files Browse the repository at this point in the history
Add a note about the flag to `preserveHost` filter docs.

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov committed Dec 12, 2024
1 parent f5afdba commit 7774c2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Example:
route1: * -> preserveHost("true") -> "http://backend.example.org";
```

Default `proxyPreserveHost` behavior can be configured by `-proxy-preserve-host` flag which is `false` by default.

### modRequestHeader

Replace all matched regex expressions in the given header.
Expand Down

0 comments on commit 7774c2b

Please sign in to comment.