Point haproxy at koschei-backend

This commit is contained in:
Michael Simacek 2016-04-21 17:25:20 +02:00 committed by Mikolaj Izdebski
parent 85aff16d9b
commit c2bbe8e9e5

View file

@ -251,11 +251,7 @@ listen kerneltest 0.0.0.0:10038
listen koschei 0.0.0.0:10040
balance hdr(appserver)
{% if env == "staging" %}
server koschei-web01 koschei-web01:80 check inter 10s rise 1 fall 2
{% else %}
server koschei01 koschei01:80 check inter 10s rise 1 fall 2
{% endif %}
option httpchk GET /koschei/
listen autocloud 0.0.0.0:10041