mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +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 :
|
Examples :
|
||||||
# The following form ...
|
# The following form ...
|
||||||
stick or src table pop if !localhost
|
stick on src table pop if !localhost
|
||||||
|
|
||||||
# ...is strictly equivalent to this one :
|
# ...is strictly equivalent to this one :
|
||||||
stick match src table pop if !localhost
|
stick match src table pop if !localhost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user