diff --git a/docs/README.md b/docs/README.md index 12211f07f..c54d6d1ed 100644 --- a/docs/README.md +++ b/docs/README.md @@ -294,6 +294,7 @@ A `backend` defines the connection to a local/remote backend service. Backends c | *label*|| | `origin`| URL to connect to for backend requests
⚠ must start with `http://...` | |`base_path`| | +|`hostname`| value of the HTTP host header field for the `origin` request. Since `hostname` replaces the request host the value will also be used for a server identity check during a TLS handshake with the origin. | |`path`|changeable part of upstream URL| |`timeout`| | | `request_headers` | header map to define additional or override header for the `origin` request |