Tell haproxy to use pdc-web02 instead of pdc-web01.
This commit is contained in:
parent
bc57bfd1f3
commit
242067b390
1 changed files with 3 additions and 3 deletions
|
@ -283,11 +283,11 @@ listen openqa 0.0.0.0:10044
|
|||
|
||||
listen pdc 0.0.0.0:10045
|
||||
balance hdr(appserver)
|
||||
server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
|
||||
## pdc-web02 is commented out because we don't currently know how to configure
|
||||
## pdc-web01 is commented out because we don't currently know how to configure
|
||||
## mod_auth_mellon to work when distributed across more than one app node. It
|
||||
## expects to be able to share some state between requests in-process. Boo.
|
||||
# server pdc-web02 pdc-web02:80 check inter 10s rise 1 fall 2
|
||||
#server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
|
||||
server pdc-web02 pdc-web02:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /rest_api/v1/
|
||||
timeout server 3600000
|
||||
timeout connect 3600000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue