mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-09 09:01:51 +01: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
@ -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…
x
Reference in New Issue
Block a user