Re: NginX SSL reverse mode, client ip address problem

2015-12-06 Thread WANJUNE
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

NginX SSL reverse mode, client ip address problem

2015-12-05 Thread WANJUNE
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

Nginx node helth check

2015-12-02 Thread WANJUNE
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