Aleks, I'm really thank you for your timely response.
I checked "proxy_protocol on;" option is working fine and watched the L4
machine send proxy protocol header like "PROXY TCP4 [Ip1] [Ip2] [Port1]
[Port2]".
Really thank you.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,263299,26330
In NginX reverse mode,
There is a problem that can't get real client's Ip address.
If I use Http protocol, I can simply handle this problem with below http
configuration.
http {
server {
listen 80;
location / {
proxy_set_header X-forwarded-for;
pro
Hi !
We currently use NginX as a L4 switch.
We have 1 single Upstream VIP which has 2 real nodes of Apache web server.
If all nodes under the VIP works fine, we always get normal response from
the NginX whenever we try ping test from out of IDC.
My question is that, if all nodes under the VIP went