File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ type RewriteClientIP struct {
150
150
// and forward it to the backend in the X-Forwarded-For* and X-Real-IP headers.
151
151
// If the request does not come from a trusted address, NGINX will not rewrite the client IP information.
152
152
// Addresses must be provided as CIDR blocks or IP addresses: 10.0.0.0, 192.33.21/24, fe80::1/128.
153
- // To trust all addresses (not recommended), set to 0.0.0.0/0.
153
+ // To trust all addresses (not recommended for production ), set to 0.0.0.0/0.
154
154
// If no addresses are provided, NGINX will not rewrite the client IP information.
155
155
// Sets NGINX directive set_real_ip_from: https://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from
156
156
// This field is required if mode is set.
You can’t perform that action at this time.
0 commit comments