@jobinau wrote:
I have HAProxy configuration like :
listen master
bind *:5000
option httpchk OPTIONS /master
http-check expect status 200
default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
server pg0 pg0:5432 maxconn 100 check port 8008
server pg1 pg1:5432 maxconn 100 check port 8008
server pg2 pg2:5432 maxconn 100 check port 8008How to have Transparent IP configuration such that client IP is passed to Server rather than IP of the HAProxy server?
Posts: 1
Participants: 1