iad2: pkgs01 in iad2, not pkgs02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5097e46eb0
commit
e92d630821
1 changed files with 3 additions and 1 deletions
|
@ -369,8 +369,10 @@ backend src-backend
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
server pkgs01 pkgs01:80 check inter 10s rise 1 fall 2
|
server pkgs01 pkgs01:80 check inter 10s rise 1 fall 2
|
||||||
{% else %}
|
{% elif datacenter == 'phx2' %}
|
||||||
server pkgs02 pkgs02:80 check inter 10s rise 1 fall 2
|
server pkgs02 pkgs02:80 check inter 10s rise 1 fall 2
|
||||||
|
{% elif datacenter == 'iad2' %}
|
||||||
|
server pkgs01 pkgs01:80 check inter 10s rise 1 fall 2
|
||||||
{% endif %}
|
{% endif %}
|
||||||
option httpchk GET /
|
option httpchk GET /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue