Primeiro Servidor HaProxy

Criei um servidor HAProxy com o endereço IP 192.168.100.165. Neste servidor HAProxy, configurei três máquinas que executam a mesma aplicação. Utilizei o método de balanceamento de carga Round Robin.

No entanto, ao enviar uma requisição, observei que ela foi distribuída para as três máquinas. Não era esperado que a requisição fosse direcionada apenas para uma máquina. Gostaria de entender por que isso aconteceu. Alguém pode me ajudar a solucionar esse problema?
Conseguem em dizer o que estou fazendo de errado

Em Ingles

I’ve set up an HAProxy server with the IP address 192.168.100.165. Within this HAProxy server, I’ve configured three machines running the same application. I’ve used the Round Robin load balancing method.

However, upon sending a request, I noticed that it was distributed to all three machines. It was expected to be directed to only one machine. Can someone help me understand why this happened?

Can you tell me what I’m doing wrong?

Might want to post your configuration file.