mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: stick-table: modify the description
The stickiness table can be declared in such sections as frontend, listen and backend, but the original manual only mentioned backend. Modify the description simply as below: "current backend" -> "current section" Signed-off-by: Godbach <nylzhaowei@gmail.com>
This commit is contained in:
parent
6b7764a983
commit
64cef79348
1 changed files with 1 additions and 1 deletions
|
|
@ -6133,7 +6133,7 @@ stick store-request <pattern> [table <table>] [{if | unless} <condition>]
|
|||
stick-table type {ip | integer | string [len <length>] | binary [len <length>]}
|
||||
size <size> [expire <expire>] [nopurge] [peers <peersect>]
|
||||
[store <data_type>]*
|
||||
Configure the stickiness table for the current backend
|
||||
Configure the stickiness table for the current section
|
||||
May be used in sections : defaults | frontend | listen | backend
|
||||
no | yes | yes | yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue