From cdaf1bdd84921cd46d5aded97c3b087350250983 Mon Sep 17 00:00:00 2001 From: rwaweber Date: Mon, 8 Mar 2021 22:03:39 -0500 Subject: [PATCH] docs: proxy-real-ip-cidr Mention default setting and comma-separated list behavior. --- docs/user-guide/nginx-configuration/configmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index 0bead1c34..bea2f0519 100755 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -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