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:
parent
6f74aae7b3
commit
26f6fae943
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ defaults
|
||||||
timeout server 17s
|
timeout server 17s
|
||||||
timeout http-request 5s
|
timeout http-request 5s
|
||||||
balance roundrobin
|
balance roundrobin
|
||||||
|
|
||||||
|
# never fail on address resolution
|
||||||
|
default-server init-addr libc,none
|
||||||
{% endblock defaults %}
|
{% endblock defaults %}
|
||||||
|
|
||||||
{% block stats %}
|
{% block stats %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue