Update README.md

This commit is contained in:
Nigel Brookes-Thomas 2020-03-25 12:32:42 +00:00 committed by GitHub
parent 4924955c6c
commit 232ad0a2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ route do |r|
end
```
The proxy will always be invoked. Headers and body are passed through unmodified in both directions with the exception of `Host` which is rewritten to match the target.
The proxy will always be invoked. Headers and body are passed through unmodified in both directions with the exception of `Host` which is rewritten to match the target and `Via` which is created (or appended to if it already exists) to indicate the proxy path.
Also provided is a conditional proxy: