Merge pull request #6942 from rwaweber/proxyrealipcidr_docs

[docs]: proxy-real-ip-cidr, mention default and comma-separated behavior
This commit is contained in:
Kubernetes Prow Robot 2021-04-29 07:58:51 -07:00 committed by GitHub
commit afe10c862b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -460,7 +460,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