mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
[DOC] fix typo in the queue() definition (backend, not frontend)
Reported by Benjamin Pineau.
This commit is contained in:
parent
24581bae02
commit
f5a526f39f
1 changed files with 1 additions and 1 deletions
|
|
@ -6500,7 +6500,7 @@ nbsrv(backend) <integer>
|
|||
"monitor fail".
|
||||
|
||||
queue <integer>
|
||||
queue(frontend) <integer>
|
||||
queue(backend) <integer>
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue