mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
typo: Fix trailing slash on JSON docs link
This commit is contained in:
parent
a81ed5bd4b
commit
ba15222b97
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ Allows configuring IP ranges (CIDRs) of proxy servers from which requests should
|
||||||
|
|
||||||
On its own, this configuration will not do anything, but it can be used to signal to handlers or matchers in HTTP routes that the request is trusted. See the [`reverse_proxy`](/docs/caddyfile/directives/reverse_proxy#defaults) handler for example, which uses this to trust sensitive incoming `X-Forwarded-*` headers.
|
On its own, this configuration will not do anything, but it can be used to signal to handlers or matchers in HTTP routes that the request is trusted. See the [`reverse_proxy`](/docs/caddyfile/directives/reverse_proxy#defaults) handler for example, which uses this to trust sensitive incoming `X-Forwarded-*` headers.
|
||||||
|
|
||||||
Currently, only the `static` [IP source module](/docs/json/apps/http/servers/trusted_proxies) is included with the standard distribution of Caddy, but this can be [extended](/docs/extending-caddy) with plugins to maintain a dynamic list of IP ranges.
|
Currently, only the `static` [IP source module](/docs/json/apps/http/servers/trusted_proxies/) is included with the standard distribution of Caddy, but this can be [extended](/docs/extending-caddy) with plugins to maintain a dynamic list of IP ranges.
|
||||||
|
|
||||||
###### `static`
|
###### `static`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue