In production, its pkgs02

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-10 03:22:33 +00:00
parent a83df14f98
commit 38ca639db5

View file

@ -371,7 +371,11 @@ listen koji 0.0.0.0:10056
# Only enable this on proxy01 or proxy10
listen src 0.0.0.0:10057
balance hdr(appserver)
{% if env == "staging" %}
server pkgs01 pkgs01:80 check inter 10s rise 1 fall 2
{% else %}
server pkgs02 pkgs02:80 check inter 10s rise 1 fall 2
{% endif %}
option httpchk GET /
{% endif %}