]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: specify supported sections for "max-session-srv-conns"
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 20 Nov 2023 16:53:36 +0000 (17:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Nov 2023 15:27:55 +0000 (16:27 +0100)
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.

doc/configuration.txt

index 1fc9bca38f915f5929eeec22acdd2943ab613dc8..5829da52a379b923486dd715134d3a5eee6ceb12 100644 (file)
@@ -9062,6 +9062,8 @@ max-session-srv-conns <nb>
   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
   defined at build time).
+  May be used in sections :   defaults | frontend | listen | backend
+                                 yes   |    yes   |   yes  |   no
 
 maxconn <conns>
   Fix the maximum number of concurrent connections on a frontend