Fix typo in reverse_proxy.md (#422)

This commit is contained in:
x4e-jonas 2024-10-11 16:07:39 +02:00 committed by GitHub
parent ba5256ee0b
commit 4a71f732b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.