Add koschei-web02 to haproxy

This commit is contained in:
Mikolaj Izdebski 2018-03-01 17:38:25 +00:00
parent 1fb0dcceec
commit 577f928431

View file

@ -335,6 +335,7 @@ frontend koschei-frontend
backend koschei-backend
balance hdr(appserver)
server koschei-web01 koschei-web01:80 check inter 10s rise 1 fall 2
server koschei-web02 koschei-web02:80 check inter 10s rise 1 fall 2
option httpchk GET /koschei/
frontend autocloud-frontend