Fix pdc haproxy typoes.

This commit is contained in:
Ralph Bean 2016-01-12 13:33:45 -05:00
parent 4ff7b8cbeb
commit fbb1fb35b0
2 changed files with 5 additions and 5 deletions

View file

@ -224,9 +224,9 @@ listen openqa 0.0.0.0:10044
listen pdc 0.0.0.0:10045
balance hdr(appserver)
server pdc-web01 check inter 10s rise 1 fall 2
server pdc-web02 check inter 10s rise 1 fall 2
option httpchk GET /rest_api/v1/
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 /pdc/rest_api/v1/
# Apache doesn't handle the initial connection here like the other proxy
# entries. This proxy also doesn't use the http mode like the others.

View file

@ -203,8 +203,8 @@ listen openqa 0.0.0.0:10044
listen pdc 0.0.0.0:10045
balance hdr(appserver)
server pdc-web01 check inter 10s rise 1 fall 2
option httpchk GET /rest_api/v1/
server pdc-web01 pdc-web01:80 check inter 10s rise 1 fall 2
option httpchk GET /pdc/rest_api/v1/
# Apache doesn't handle the initial connection here like the other proxy
# entries. This proxy also doesn't use the http mode like the others.