]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix timeout check inheritance restrictions
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 21 Nov 2023 09:35:52 +0000 (10:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 15:27:55 +0000 (16:27 +0100)
In 6e0425b718 ("DOC: config: Add documentation about TCP/HTTP rules in
defaults section") an error was made: the restriction note about the
setting not being inherited from anonymous default section was added
by mistake in the "timeout check" documentation. But it is wrong,
"timeout check" behaves like other "timeout" directives for proxy
sections.

This should be backported up to 2.6.

doc/configuration.txt

index 5829da52a379b923486dd715134d3a5eee6ceb12..53414dea876ec778bc29868583712f69302c6ccd 100644 (file)
@@ -14346,9 +14346,6 @@ timeout check <timeout>
   "defaults" sections. This is in fact one of the easiest solutions not to
   forget about it.
 
-  This directive is only available from named defaults sections, not anonymous
-  ones. Proxies inherit this value from their defaults section.
-
   See also: "timeout connect", "timeout queue", "timeout server",
             "timeout tarpit".