From 57409aa32e76d8fe02ec5fab408bf8072b3ca39b Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Thu, 10 Oct 2024 23:25:19 +0300 Subject: [PATCH] Update src/docs/markdown/caddyfile/options.md Co-authored-by: Francis Lavoie --- src/docs/markdown/caddyfile/options.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 453a951..8c1ec45 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -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. - **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 - - USE: address from PROXY header - - REJECT: connection when PROXY header is sent - - REQUIRE: connection to send PROXY header, reject if not present - - SKIP: accepts a connection without requiring the PROXY header. + - `IGNORE`: address from PROXY header, but accept connection + - `USE`: address from PROXY header + - `REJECT`: connection when PROXY header is sent + - `REQUIRE`: connection to send PROXY header, reject if not present + - `SKIP`: accepts a connection without requiring the PROXY header.