mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
Fix two copy-paste errors in the merge
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -107,7 +107,7 @@ listen bodhi2 0.0.0.0:10010
|
||||
server bodhi03 bodhi03:80 check inter 20s rise 2 fall 3
|
||||
server bodhi04 bodhi04:80 check inter 20s rise 2 fall 3
|
||||
{% else %}
|
||||
server bodhi02 bodhi04:80 check inter 20s rise 2 fall 3
|
||||
server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
@@ -198,7 +198,9 @@ listen datagrepper 0.0.0.0:10028
|
||||
listen geoip-city 0.0.0.0:10029
|
||||
balance hdr(appserver)
|
||||
server sundries01 sundries01:80 check inter 30s rise 2 fall 3
|
||||
{% if env == "production" %}
|
||||
server sundries02 sundries02:80 check inter 30s rise 2 fall 3
|
||||
{% endif %}
|
||||
option httpchk GET /city?ip=18.0.0.1
|
||||
|
||||
# IMPORTANT: 10031 will NOT work because of selinux policies
|
||||
|
||||
Reference in New Issue
Block a user