mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-13 09:11:06 +00: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
@ -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 New Issue
Block a user