TCP Load Balancing with Proxy Protocol

Hi,

Newbie here. Would like to ask if NGINX supports Proxy Protocol. This
to
expose client IP addresses to the backend nodes.

Regards,
Chino

Yes, it is Accepting the PROXY Protocol | NGINX Documentation

Hi.

Am 07-03-2016 15:33, schrieb Pavlo Zhuk:

Yes, it is Accepting the PROXY Protocol | NGINX Documentation

Please pay attention that only V1 is supported!

http://hg.nginx.org/nginx/file/tip/src/core/ngx_proxy_protocol.c

http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#send-proxy

If you want to use the check option in haproxy then please also take a
look into this.
http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#check-send-proxy

BR Aleks