From f5a526f39fbbb4e366e514179094a3d5db9878d5 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 1 Sep 2010 08:06:18 +0200 Subject: [PATCH] [DOC] fix typo in the queue() definition (backend, not frontend) Reported by Benjamin Pineau. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 9c1ea512b3..619e4fa4a4 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6500,7 +6500,7 @@ nbsrv(backend) "monitor fail". queue -queue(frontend) +queue(backend) Returns the total number of queued connections of the designated backend, including all the connections in server queues. If no backend name is specified, the current one is used, but it is also possible to check another -- 2.47.3