Skip to content

Commit c66c1cd

Browse files
Update apis/v1alpha1/nginxproxy_types.go
Co-authored-by: Kate Osborn <[email protected]>
1 parent d853fbe commit c66c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/v1alpha1/nginxproxy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type RewriteClientIP struct {
150150
// and forward it to the backend in the X-Forwarded-For* and X-Real-IP headers.
151151
// If the request does not come from a trusted address, NGINX will not rewrite the client IP information.
152152
// 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.
154154
// If no addresses are provided, NGINX will not rewrite the client IP information.
155155
// Sets NGINX directive set_real_ip_from: https://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from
156156
// This field is required if mode is set.

0 commit comments

Comments
 (0)