mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 19:57:13 -04:00
Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Perfect! Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
644784bfa4
commit
812f76997f
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ By default, Caddy passes thru incoming headers to the backend—including th
|
|||
- It adds 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.
|
||||
|
||||
Additionally, Caddy will also set `Accept-Encoding: gzip` if that header is missing in the request from the client. This behavior can be disabled by setting `compression off` in the `http` transport.
|
||||
Additionally, when using the [`http` transport](#the-http-transport), the `Accept-Encoding: gzip` header will be set, if it is missing in the request from the client. This behavior can be disabled with [`compression off`](#compression) on the transport.
|
||||
|
||||
#### HTTPS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue