Fix stg condition
This commit is contained in:
parent
74e63a198e
commit
cc9d792966
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue