mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 12:56:09 -04:00
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:
parent
71ed381249
commit
75ec7394a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue