mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
docs: Mention x-forwarded-for in remote_ip matcher (#94)
* docs: add x-forwarded-for note to remote_ip documentation * chore: period
This commit is contained in:
parent
08533f5045
commit
e643afb766
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ query sort=asc
|
|||
remote_ip <ranges...>
|
||||
```
|
||||
|
||||
By remote (client) IP address. Accepts exact IPs or CIDR ranges.
|
||||
By remote (client) IP address. If `X-Forwarded-For` is passed in request headers, this will be used for remote IP address. Accepts exact IPs or CIDR ranges.
|
||||
|
||||
#### Example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue