From: Emeric Brun Date: Mon, 30 May 2022 16:13:35 +0000 (+0200) Subject: DOC: peers: fix port number and addresses on new peers section format X-Git-Tag: v2.6.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e77984f7009c0aad6cb171c0521255221d16b77f;p=thirdparty%2Fhaproxy.git DOC: peers: fix port number and addresses on new peers section format This patch fix the port number and addresses on the example to match those of the old format. This patch address the github issue #1492 This patch should be backported until version 2.0 --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 9bb6e9a4b6..0f2df0a884 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -3381,10 +3381,11 @@ server [:] [param*] Example: peers mypeers - bind 127.0.0.11:10001 ssl crt mycerts/pem - default-server ssl verify none - server hostA 127.0.0.10:10000 - server hostB #local peer + bind 192.168.0.1:1024 ssl crt mycerts/pem + default-server ssl verify none + server haproxy1 #local peer + server haproxy2 192.168.0.2:1024 + server haproxy3 10.2.0.1:1024 table type {ip | integer | string [len ] | binary [len ]}