mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
[DOC] fix typo on stickiness rules
This commit is contained in:
parent
e18fdfdb85
commit
ec579d83f7
@ -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…
x
Reference in New Issue
Block a user