mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-25 11:54:29 -04:00
DOC: config: specify supported sections for "max-session-srv-conns"
There was no info about supported sections for "max-session-srv-conns" proxy directive. A quick look at the code tells us that it may be used in proxies with the FE capability set.
This commit is contained in:
parent
20437b3e32
commit
4039329954
1 changed files with 2 additions and 0 deletions
|
|
@ -9062,6 +9062,8 @@ max-session-srv-conns <nb>
|
||||||
Set the maximum number of outgoing connections we can keep idling for a given
|
Set the maximum number of outgoing connections we can keep idling for a given
|
||||||
client session. The default is 5 (it precisely equals MAX_SRV_LIST which is
|
client session. The default is 5 (it precisely equals MAX_SRV_LIST which is
|
||||||
defined at build time).
|
defined at build time).
|
||||||
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
|
yes | yes | yes | no
|
||||||
|
|
||||||
maxconn <conns>
|
maxconn <conns>
|
||||||
Fix the maximum number of concurrent connections on a frontend
|
Fix the maximum number of concurrent connections on a frontend
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue