You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kodekloud-laboratories/kodekloud-engineer/linux-administration/level-02-linux/19-02-rev-mirror-server.sh
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ need to configure LBR server. There are number of
12
12
options for that, but team has decided to go with
13
13
HAproxy.
14
14
15
-
FYI, apache is running on port 3002 on all
15
+
FYI, apache is running on port 3001 on all
16
16
app servers. Complete this task as per below details.
17
17
18
+
a. Install and configure HAproxy on LBR server using yum only and make sure all app servers are added to HAproxy load balancer. HAproxy must serve on default http port (Note: Please do not remove stats socket /var/lib/haproxy/stats entry from haproxy default config.).
19
+
20
+
b. Once done, you can access the website using StaticApp button on the top bar.
0 commit comments