From 75ec7394a47c3898d40510c4a8fdfd0d19298dde Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Thu, 23 Nov 2023 17:37:26 +0100 Subject: [PATCH] DOC: rhttp: replace maxconn by nbconn 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 2cb2c1ba6..20fb01e0e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5075,7 +5075,7 @@ bind / [, ...] [param*] - 'rhttp@' -> used for reverse HTTP. Address must be a server with the format '/'. 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