Skip to content

Commit

Permalink
Update site/content/how-to/data-plane-configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: bjee19 <[email protected]>
  • Loading branch information
salonichf5 and bjee19 committed Oct 21, 2024
1 parent bc296d7 commit 8c4a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/how-to/data-plane-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ as arguments and add `/bin/sh` as the command. The deployment manifest should lo

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_.

**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:
**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:

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

0 comments on commit 8c4a0ba

Please sign in to comment.