We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66c1cd commit c454916Copy full SHA for c454916
apis/v1alpha1/nginxproxy_types.go
@@ -169,7 +169,7 @@ type RewriteClientIPModeType string
169
const (
170
// RewriteClientIPModeProxyProtocol configures NGINX to accept PROXY protocol and
171
// set the client's IP address to the IP address in the PROXY protocol header.
172
- // Sets the proxy_protocol parameter to the listen directive on all servers, and sets real_ip_header
+ // Sets the proxy_protocol parameter on the listen directive of all servers and sets real_ip_header
173
// to proxy_protocol: https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header.
174
RewriteClientIPModeProxyProtocol RewriteClientIPModeType = "ProxyProtocol"
175
0 commit comments