projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a2d5e
)
DOC: stick-table is available in frontend sections
author
Adam Spiers
<aspiers@suse.com>
Thu, 6 Apr 2017 15:31:39 +0000
(16:31 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 10 Apr 2017 13:21:40 +0000
(15:21 +0200)
Fix the proxy keywords matrix to reflect that it's permitted to use
stick-table in frontend sections.
Signed-off-by: Adam Spiers <aspiers@suse.com>
doc/configuration.txt
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
81b641e
..
05f0701
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-1981,7
+1981,7
@@
stick match - - X X
stick on - - X X
stick store-request - - X X
stick store-response - - X X
-stick-table - - X X
+stick-table - X X X
tcp-check connect - - X X
tcp-check expect - - X X
tcp-check send - - X X