[DOC] fix typo on stickiness rules

This commit is contained in:
Willy Tarreau 2010-02-26 19:15:04 +01:00
parent e18fdfdb85
commit ec579d83f7
1 changed files with 1 additions and 1 deletions

View File

@ -4704,7 +4704,7 @@ stick on <pattern> [table <table>] [{if | unless} <condition>]
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