From ec579d83f7231b6ebd7b3d0d196da0ee8aa9fecd Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 26 Feb 2010 19:15:04 +0100 Subject: [PATCH] [DOC] fix typo on stickiness rules --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 2d4f0eb3b..394a46f1b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4704,7 +4704,7 @@ stick on [table ] [{if | unless} ] Examples : # The following form ... - stick or src table pop if !localhost + stick on src table pop if !localhost # ...is strictly equivalent to this one : stick match src table pop if !localhost