mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Fix link to global trusted proxies page (#309)
This commit is contained in:
parent
60fbed83b5
commit
ed0ea7c6ff
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ By default, Caddy passes thru incoming headers—including `Host`—to t
|
||||||
|
|
||||||
If Caddy is not the first server being connected to by your clients (for example when a CDN is in front of Caddy), you may configure `trusted_proxies` with a list of IP ranges (CIDRs) from which incoming requests are trusted to have sent good values for these headers.
|
If Caddy is not the first server being connected to by your clients (for example when a CDN is in front of Caddy), you may configure `trusted_proxies` with a list of IP ranges (CIDRs) from which incoming requests are trusted to have sent good values for these headers.
|
||||||
|
|
||||||
It is recommended that you configure this via the [`servers > trusted_proxies` global option](/docs/caddyfile/options#trusted_proxies) so that this applies to all proxy handlers in your server, without repetition.
|
It is recommended that you configure this via the [`servers > trusted_proxies` global option](/docs/caddyfile/options#trusted-proxies) so that this applies to all proxy handlers in your server, without repetition.
|
||||||
|
|
||||||
<aside class="tip">
|
<aside class="tip">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue