DOC: configuration: add %[req.ver] sample to %HV

add %[req.ver] to the alternative sample fetch for the logs
This commit is contained in:
William Lallemand 2023-09-12 15:54:24 +02:00
parent c7424a1bac
commit 2a19f7c43b

View File

@ -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 |
+---+------+------------------------------------------------------+---------+