From 7db4e470a92f31c74ac386d875dad0b7ef92dd6b Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 23 Nov 2021 13:29:27 +0300 Subject: [PATCH] Update set-up-ha-cluster-using-keepalived-haproxy.md --- .../set-up-ha-cluster-using-keepalived-haproxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md index 104ff321a..4b10eb945 100644 --- a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md +++ b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md @@ -51,7 +51,7 @@ Run the following command to install Keepalived and HAproxy first. yum install keepalived haproxy psmisc -y ``` -### HAproxy +### HAproxy Configuration 1. The configuration of HAproxy is exactly the same on the two machines for load balancing. Run the following command to configure HAproxy. @@ -112,7 +112,7 @@ yum install keepalived haproxy psmisc -y 5. Make sure you configure HAproxy on the other machine (`lb2`) as well. -### Keepalived +### Keepalived Configuration Keepalived must be installed on both machines while the configuration of them is slightly different.