From: Baptiste Assmann Date: Wed, 3 Sep 2014 16:29:47 +0000 (+0200) Subject: DOC: missing track-sc* in http-request rules X-Git-Tag: v1.6-dev1~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7e86acfb308cc4fce88712e755a461a97c57dd;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index f7776a936e..c0aeb3ab9c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2916,7 +2916,8 @@ http-request { allow | deny | tarpit | auth [realm ] | redirect | add-acl() | del-acl() | del-map() | - set-map() + set-map() | + { track-sc0 | track-sc1 | track-sc2 } [table ] } [ { if | unless } ] Access control for Layer 7 requests