Switch to one-line `bind :80,[::]:80` and `bind :443,[::]:443` per review feedback in #522. The v6only flag was self-documentation, not load-bearing: with SO_REUSEADDR (HAProxy's default) and bindv6only=0 the kernel routes v4 packets to the more-specific AF_INET socket regardless. Comment trimmed to match — the v6only paragraph is gone because v6only itself is gone. The shorter form also scales more cleanly when adding ports later, e.g. `bind :8080,[::]:8080` on a new line.pull/522/head
|
|
||
| 23 |
|
23 |
|
| 24 |
|
24 |
|
| 25 |
|
25 |
|
| 26 |
|
|
|
| 27 |
|
|
|
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
|
| 31 |
|
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
|
|
| 32 |
|
29 |
|
| 33 |
|
30 |
|
| 34 |
|
31 |
|
|
|
||
| 40 |
|
37 |
|
| 41 |
|
38 |
|
| 42 |
|
39 |
|
| 43 |
|
|
|
| 44 |
|
|
|
|
40 |
|
|
| 45 |
|
41 |
|
| 46 |
|
42 |
|
| 47 |
|
43 |
|