projects
/
haproxy-2.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7424a1
)
DOC: configuration: add %[req.ver] sample to %HV
author
William Lallemand
<wlallemand@haproxy.org>
Tue, 12 Sep 2023 13:54:24 +0000
(15:54 +0200)
committer
William Lallemand
<wlallemand@haproxy.org>
Wed, 13 Sep 2023 12:54:50 +0000
(14:54 +0200)
add %[req.ver] to the alternative sample fetch for the logs
doc/configuration.txt
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
0a01e3c
..
fa6cffb
100644
(file)
--- 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 |
+---+------+------------------------------------------------------+---------+