From: Willy Tarreau Date: Fri, 20 Jun 2008 15:27:19 +0000 (+0200) Subject: [DOC] documentation for the "retries" parameter was missing. X-Git-Tag: v1.3.14.6~1 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=c35f6ab5bca357afdb3543a674cfc67901a3dcd6;p=haproxy.git [DOC] documentation for the "retries" parameter was missing. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 2f494a9c8..4784815bf 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2454,6 +2454,25 @@ reqitarpit (ignore case) manipulation +retries + Set the number of retries to perform on a server after a connection failure + May be used in sections: defaults | frontend | listen | backend + yes | no | yes | yes + Arguments : + is the number of times a connection attempt should be retried on + a server when a connection either is refused or times out. The + default value is 3. + + It is important to understand that this value applies to the number of + connection attempts, not full requests. When a connection has effectively + been established to a server, there will be no more retry. + + When "option redispatch" is set, the last retry may be performed on another + server even if a cookie references a different server. + + See also : "option redispatch" + + rspadd Add a header at the end of the HTTP response May be used in sections : defaults | frontend | listen | backend