diff --git a/templates/haproxy.cfg b/templates/haproxy.cfg index 212bae8..9f48e8e 100644 --- a/templates/haproxy.cfg +++ b/templates/haproxy.cfg @@ -45,9 +45,7 @@ listen stats {{ options.stat_port }} {% for service, ports in options.service_ports.items() -%} frontend tcp-in_{{ service }} bind *:{{ ports[0] }} - {% if ipv6 -%} bind :::{{ ports[0] }} - {% endif -%} {% for frontend in cluster.cluster_hosts -%} acl net_{{ frontend }} dst {{ cluster.cluster_hosts[frontend]['network'] }} use_backend {{ service }}_{{ frontend }} if net_{{ frontend }}