From 2f2d2ec164fd8807da2720a3b60c4273ff38bad4 Mon Sep 17 00:00:00 2001 From: Baptiste Assmann Date: Sun, 6 Mar 2016 23:27:24 +0100 Subject: [PATCH] DOC: typo on stick-store response It is used to store responses, and not requests. backport: 1.5 and above --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 9f0b1e0a46..42faa56d46 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8240,7 +8240,7 @@ stick-table type {ip | integer | string [len ] | binary [len ]} stick store-response [table ] [{if | unless} ] - Define a request pattern used to create an entry in a stickiness table + Define a response pattern used to create an entry in a stickiness table May be used in sections : defaults | frontend | listen | backend no | no | yes | yes -- 2.47.3