From 4039329954807769495fafd3c6c85e4407ba3a35 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Mon, 20 Nov 2023 17:53:36 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 1fc9bca38f..5829da52a3 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9062,6 +9062,8 @@ max-session-srv-conns 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 Fix the maximum number of concurrent connections on a frontend -- 2.39.5