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.
This commit is contained in:
Amaury Denoyelle 2023-11-23 17:37:26 +01:00
parent 71ed381249
commit 75ec7394a4

View File

@ -5075,7 +5075,7 @@ bind /<path> [, ...] [param*]
- 'rhttp@' -> used for reverse HTTP. Address must be a - 'rhttp@' -> used for reverse HTTP. Address must be a
server with the format '<backend>/<server>'. The server server with the format '<backend>/<server>'. The server
will be used to instantiate connections to a remote 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. connections.
You may want to reference some environment variables in the You may want to reference some environment variables in the