mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Fix typo in reverse_proxy.md (#422)
This commit is contained in:
parent
ba5256ee0b
commit
4a71f732b2
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ The regular expression language used is RE2, included in Go. See the [RE2 syntax
|
||||||
|
|
||||||
### Defaults
|
### Defaults
|
||||||
|
|
||||||
By default, Caddy passes thru incoming headers—including `Host`—to the backend without modifications, with three exceptions:
|
By default, Caddy passes through incoming headers—including `Host`—to the backend without modifications, with three exceptions:
|
||||||
|
|
||||||
- It sets or augments the [`X-Forwarded-For`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For) header field.
|
- It sets or augments the [`X-Forwarded-For`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For) header field.
|
||||||
- It sets the [`X-Forwarded-Proto`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto) header field.
|
- It sets the [`X-Forwarded-Proto`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto) header field.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue