Fix stg condition

This commit is contained in:
Michael Simacek 2016-04-15 12:50:07 +02:00
parent 74e63a198e
commit cc9d792966

View file

@ -251,7 +251,7 @@ listen kerneltest 0.0.0.0:10038
listen koschei 0.0.0.0:10040
balance hdr(appserver)
{% if env == "stg" %}
{% 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