Skip to content

Commit

Permalink
correction backend block
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Shankar <vshankar@progress.com>
  • Loading branch information
vivekshankar1 committed Apr 4, 2023
1 parent 3815453 commit 6375362
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ For Centos or Redhat :
mode http
default_backend chef-infra-servers

backend automate_server
backend chef-automate-servers
mode http
balance roundrobin
# Add a list of automate machine ip addresses.
server automate1 10.1.0.101:443 check ssl verify none
server automate2 10.1.0.102:443 check ssl verify none
server automate3 10.1.0.103:443 check ssl verify none

backend chef_infra_server
backend chef-infra-servers
mode http
balance roundrobin
# Add a list of infra server machine ip addresses.
Expand Down Expand Up @@ -451,7 +451,7 @@ For Centos or Redhat :
mode http
default_backend chef-automate-servers

backend automate_server
backend chef-automate-servers
mode http
balance roundrobin
# Add a list of automate machine ip addresses.
Expand Down Expand Up @@ -506,7 +506,7 @@ For Centos or Redhat :
mode http
default_backend chef-infra-servers

backend chef_infra_server
backend chef-infra-servers
mode http
balance roundrobin
# Add a list of infra server machine ip addresses.
Expand Down

0 comments on commit 6375362

Please sign in to comment.