Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/user-manual/wazuh-server-cluster/load-balancers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ Perform the following steps to configure HAProxy to work with a Wazuh server clu
mode tcp
balance leastconn
server master <IP_ADDRESS_OR_DNS_OF_WAZUH_MASTER_NODE>:1515 check
server worker1 <IP_ADDRESS_OR_DNS_OF_WAZUH_WORKER_NODE>:1515 check
server workern <IP_ADDRESS_OR_DNS_OF_WAZUH_WORKER_NODE>:1515 check

# Do not include the following if you will enable HAProxy Helper
frontend wazuh_reporting_front
Expand Down