Skip to content

Commit c454916

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

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
@@ -169,7 +169,7 @@ type RewriteClientIPModeType string
169169
const (
170170
// RewriteClientIPModeProxyProtocol configures NGINX to accept PROXY protocol and
171171
// 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
172+
// Sets the proxy_protocol parameter on the listen directive of all servers and sets real_ip_header
173173
// to proxy_protocol: https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header.
174174
RewriteClientIPModeProxyProtocol RewriteClientIPModeType = "ProxyProtocol"
175175

0 commit comments

Comments
 (0)