From: William Lallemand Date: Tue, 12 Sep 2023 13:54:24 +0000 (+0200) Subject: DOC: configuration: add %[req.ver] sample to %HV X-Git-Tag: v2.9-dev6~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a19f7c43b50bee9eb7f4097a66dd3761e470356;p=thirdparty%2Fhaproxy.git DOC: configuration: add %[req.ver] sample to %HV add %[req.ver] to the alternative sample fetch for the logs --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 0a01e3c344..fa6cffb64e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -23771,6 +23771,7 @@ Please refer to the table below for currently defined variables : | H | %HU | HTTP request URI (ex: /foo?bar=baz) | string | +---+------+------------------------------------------------------+---------+ | H | %HV | HTTP version (ex: HTTP/1.0) | string | + | | | HTTP/%[req.ver] | | +---+------+------------------------------------------------------+---------+ | | %ID | unique-id | string | +---+------+------------------------------------------------------+---------+