DOC: rhttp: replace maxconn by nbconn
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Nov 2023 16:37:26 +0000 (17:37 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Nov 2023 16:46:01 +0000 (17:46 +0100)
Usage of existing "maxconn" for rhttp listeners configuration was
replaced recently by a new dedicating "nbconn" keyword. Update the
documentation part to reflect this.

No need to backport.

doc/configuration.txt

index 2cb2c1b..20fb01e 100644 (file)
@@ -5075,7 +5075,7 @@ bind /<path> [, ...] [param*]
                     - 'rhttp@' -> used for reverse HTTP. Address must be a
                       server with the format '<backend>/<server>'. The server
                       will be used to instantiate connections to a remote
-                      address. The listener will try to maintain 'maxconn'
+                      address. The listener will try to maintain "nbconn"
                       connections.
 
                   You may want to reference some environment variables in the