From 787aed50788c75dde5fe2daa90b53dbc092ce424 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 15 Apr 2011 06:45:37 +0200 Subject: [PATCH] [DOC] fix minor typo in the "dispatch" doc Bradley Falzon reported a left-over of a copy-paste from the "disabled" keyword in the "dispatch" section. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 5285e68a4..2cac15209 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2048,7 +2048,7 @@ dispatch
: to this port, and it is not permitted to use port offsets as is possible with normal servers. - The "disabled" keyword designates a default server for use when no other + The "dispatch" keyword designates a default server for use when no other server can take the connection. In the past it was used to forward non persistent connections to an auxiliary load balancer. Due to its simple syntax, it has also been used for simple TCP relays. It is recommended not to