mirror of
https://github.com/caddyserver/website.git
synced 2025-06-15 10:44:44 -04:00
Update src/docs/markdown/caddyfile/options.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
00a18cc09b
commit
57409aa32e
1 changed files with 5 additions and 5 deletions
|
@ -829,11 +829,11 @@ Also included is the [`proxy_protocol`](/docs/json/apps/http/servers/listener_wr
|
||||||
- **deny** is a list of CIDR ranges of trusted sources to reject PROXY headers from.
|
- **deny** is a list of CIDR ranges of trusted sources to reject PROXY headers from.
|
||||||
|
|
||||||
- **fallback_policy** is the action to take if the PROXY header comes from an address that not in either list of allow/deny. The default fallback policy is `IGNORE`. Accepted values of `fallback_policy` are:
|
- **fallback_policy** is the action to take if the PROXY header comes from an address that not in either list of allow/deny. The default fallback policy is `IGNORE`. Accepted values of `fallback_policy` are:
|
||||||
- IGNORE: address from PROXY header, but accept connection
|
- `IGNORE`: address from PROXY header, but accept connection
|
||||||
- USE: address from PROXY header
|
- `USE`: address from PROXY header
|
||||||
- REJECT: connection when PROXY header is sent
|
- `REJECT`: connection when PROXY header is sent
|
||||||
- REQUIRE: connection to send PROXY header, reject if not present
|
- `REQUIRE`: connection to send PROXY header, reject if not present
|
||||||
- SKIP: accepts a connection without requiring the PROXY header.
|
- `SKIP`: accepts a connection without requiring the PROXY header.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue