docs: proxy-real-ip-cidr
Mention default setting and comma-separated list behavior.
This commit is contained in:
parent
b0b14d01b6
commit
cdaf1bdd84
1 changed files with 2 additions and 1 deletions
|
@ -458,7 +458,8 @@ Sets the bucket size for the [map variables hash tables](http://nginx.org/en/doc
|
|||
|
||||
## proxy-real-ip-cidr
|
||||
|
||||
If use-forwarded-headers or use-proxy-protocol is enabled, proxy-real-ip-cidr defines the default the IP/network address of your external load balancer.
|
||||
If `use-forwarded-headers` or `use-proxy-protocol` is enabled, `proxy-real-ip-cidr` defines the default IP/network address of your external load balancer. Can be a comma-separated list of CIDR blocks.
|
||||
_**default:**_ "0.0.0.0/0"
|
||||
|
||||
## proxy-set-headers
|
||||
|
||||
|
|
Loading…
Reference in a new issue