From: Aurelien DARRAGON Date: Tue, 21 Nov 2023 09:35:52 +0000 (+0100) Subject: DOC: config: fix timeout check inheritance restrictions X-Git-Tag: v2.9-dev12~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b14d25e44655c00bf476a0755e43e98bff0ca82;p=thirdparty%2Fhaproxy.git DOC: config: fix timeout check inheritance restrictions 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 5829da52a3..53414dea87 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -14346,9 +14346,6 @@ timeout check "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".