From: Godbach Date: Wed, 4 Dec 2013 08:08:22 +0000 (+0800) Subject: DOC: stick-table: modify the description X-Git-Tag: v1.5-dev20~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64cef79348ff080e752f1d74e6785692535c791b;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 803d42edcf..81b42954ef 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6133,7 +6133,7 @@ stick store-request [table ] [{if | unless} ] stick-table type {ip | integer | string [len ] | binary [len ]} size [expire ] [nopurge] [peers ] [store ]* - 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