mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
docs: clarify limitation around reverse_proxy
This commit is contained in:
parent
372116106f
commit
07ac9dc70c
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ Three placeholders will be made available within the `handle_response` routes:
|
||||||
|
|
||||||
- `{rp.header.*}` The headers from the backend's response.
|
- `{rp.header.*}` The headers from the backend's response.
|
||||||
|
|
||||||
|
While the reverse proxy response handler can copy the new response received from the proxy back to the client, it cannot pass on that new response to a subsequent reverse proxy. Every use of `reverse_proxy` receives the body from the original request (or as modified with a different module).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue