From: Vincent Bernat Date: Wed, 27 Jun 2012 15:18:30 +0000 (+0200) Subject: DOC: specify the default value for maxconn in the context of a proxy X-Git-Tag: v1.5-dev12~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6341be5b386fdfc400957440684e906c91dfe186;p=thirdparty%2Fhaproxy.git DOC: specify the default value for maxconn in the context of a proxy Default value for maxconn in the context of a proxy is 2000 and is unrelated to any other value (like global ulimit-n or global maxconn). Without an explicit a user may think that the default value is either no limit or equal to the global maxconn value. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 6e69fc7475..dc6251b44b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2710,6 +2710,8 @@ maxconn are not sized to accept such loads, and for this reason it is generally wise to assign them some reasonable connection limits. + By default, this value is set to 2000. + See also : "server", global section's "maxconn", "fullconn"