Skip to content

Commit f3a223e

Browse files
salonichf5bjee19
andauthored
Update site/content/how-to/data-plane-configuration.md
Co-authored-by: bjee19 <[email protected]>
1 parent 7d1a7d8 commit f3a223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/how-to/data-plane-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ as arguments and add `/bin/sh` as the command. The deployment manifest should lo
162162

163163
When the request is passed through multiple proxies or load balancers, the client IP is set to the IP address of the server that last handled the request. To preserve the original client IP address, you can configure `RewriteClientIP` settings in the `NginxProxy` resource. `RewriteClientIP` has the fields: _mode_, _trustedAddresses_ and _setIPRecursively_.
164164

165-
**Mode** determines how the original client IP is passed through multiple proxies and the way load balancer is set to receive it. It can have two values:
165+
**Mode** determines how the original client IP is passed through multiple proxies and the way the load balancer is set to receive it. It can have two values:
166166

167167
1. `ProxyProtocol` is a protocol that carries connection information from the source requesting the connection to the destination for which the connection was requested.
168168
2. `XForwardedFor` is a multi-value HTTP header that is used by proxies to append IP addresses of the hosts that passed the request.

0 commit comments

Comments
 (0)