mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-16 17:18:50 -05:00
[DOC] fix typo on stickiness rules
This commit is contained in:
parent
e18fdfdb85
commit
ec579d83f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue