From: William Lallemand Date: Wed, 13 Sep 2023 13:56:23 +0000 (+0200) Subject: DOC: configuration: add %[query] to %HQ X-Git-Tag: v2.9-dev6~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=148f145d32ea8634438e9b168804b65a67005b39;p=thirdparty%2Fhaproxy.git DOC: configuration: add %[query] to %HQ add %[query] to the alternative sample fetch for the logs --- diff --git a/doc/configuration.txt b/doc/configuration.txt index fa6cffb64e..d49d359a22 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -23767,6 +23767,7 @@ Please refer to the table below for currently defined variables : | H | %HPO | HTTP path only (without host nor query string) | string | +---+------+------------------------------------------------------+---------+ | H | %HQ | HTTP request URI query string (ex: ?bar=baz) | string | + | | | ?%[query] | | +---+------+------------------------------------------------------+---------+ | H | %HU | HTTP request URI (ex: /foo?bar=baz) | string | +---+------+------------------------------------------------------+---------+