mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 08:24:42 +00:00
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:
parent
ce31e6e3ba
commit
bb7e86acfb
@ -2916,7 +2916,8 @@ http-request { allow | deny | tarpit | auth [realm <realm>] | redirect <rule> |
|
||||
add-acl(<file name>) <key fmt> |
|
||||
del-acl(<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> ]
|
||||
Access control for Layer 7 requests
|
||||
|
Loading…
Reference in New Issue
Block a user