mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-26 16:41:07 +08:00
haproxy: fix template typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -496,6 +496,7 @@ frontend zabbix-frontend
|
||||
backend zabbix-backend
|
||||
balance hdr(appserver)
|
||||
server zabbix.stg zabbix.stg:80 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
# option httpchk GET /
|
||||
# http-check expect status 200,401,302
|
||||
{% if env == "production" %}
|
||||
|
||||
Reference in New Issue
Block a user