DNS name resolution order for haproxy config in test env

Indicate in what order the server's address should be resolved upon
startup if it uses an FQDN.
This commit is contained in:
Maria Haider 2023-04-12 20:12:57 +02:00
parent 6f74aae7b3
commit 26f6fae943
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -42,6 +42,9 @@ defaults
timeout server 17s
timeout http-request 5s
balance roundrobin
# never fail on address resolution
default-server init-addr libc,none
{% endblock defaults %}
{% block stats %}