mirror of https://github.com/Aidaho12/haproxy-wi
parent
3919bfe76b
commit
26bdb9a108
|
@ -32,7 +32,7 @@ defaults
|
|||
listen stats
|
||||
bind *:{{STAT_PORT}}
|
||||
{% if ansible_os_family == "RedHat" %}
|
||||
{% if HAPVER != '2.5.1-1' %}
|
||||
{% if HAPVER != '2.5.1-1' or HAPVER != '2.6.0-1' %}
|
||||
option http-use-htx
|
||||
{% endif %}
|
||||
http-request use-service prometheus-exporter if { path /metrics }
|
||||
|
|
Loading…
Reference in New Issue