mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 14:06:17 -04:00
request_header: Link to proxy header manipulation
For some header fields, it matters that the header manipulation is aware of the proxying context, for example with hop-by-hop headers.
This commit is contained in:
parent
1acf66dd74
commit
bb37b39a0e
2 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,7 @@ reverse_proxy [<matcher>] [<upstreams...>] {
|
|||
buffer_responses
|
||||
max_buffer_size <size>
|
||||
|
||||
# request manipulation
|
||||
# request/header manipulation
|
||||
trusted_proxies [private_ranges] <ranges...>
|
||||
header_up [+|-]<field> [<value|regexp> [<replacement>]]
|
||||
header_down [+|-]<field> [<value|regexp> [<replacement>]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue