Hi
I have setup HAProxy to redirect the traffic to 2 application nodes but I am seeing more traffic going to one node than other. Anyone else ran into this issue? Help!!!
Here’s the configuration in the config file (pretty straight forward):
backend internal_cluster
mode http
maxconn 1000
balance roundrobin
cookie SERVERID insert indirect nocache
server node2 172.31.120.32:8000 cookie int_node2 check maxconn 1000 weight 1
server node1 172.31.120.116:8000 cookie int_node1 check maxconn 1000 weight 1
Thanks in advance
1 post - 1 participant