DOC: missing track-sc* in http-request rules

track-sc is well defined in http-request rules, but not listed in
option list.
This patch fix this miss.
This commit is contained in:
Baptiste Assmann 2014-09-03 18:29:47 +02:00 committed by Willy Tarreau
parent ce31e6e3ba
commit bb7e86acfb

View File

@ -2916,7 +2916,8 @@ http-request { allow | deny | tarpit | auth [realm <realm>] | redirect <rule> |
add-acl(<file name>) <key fmt> | add-acl(<file name>) <key fmt> |
del-acl(<file name>) <key fmt> | del-acl(<file name>) <key fmt> |
del-map(<file name>) <key fmt> | del-map(<file name>) <key fmt> |
set-map(<file name>) <key fmt> <value fmt> set-map(<file name>) <key fmt> <value fmt> |
{ track-sc0 | track-sc1 | track-sc2 } <key> [table <table>]
} }
[ { if | unless } <condition> ] [ { if | unless } <condition> ]
Access control for Layer 7 requests Access control for Layer 7 requests