DOC: config: Use the right alias for %B

In custom log format part, %[req.bytes_in] was erroneously documented as the
alias of %B. The good alias is %[res.bytes_in]. It is now fixed.

This patch must be backported to 3.3.
This commit is contained in:
Christopher Faulet 2026-03-05 09:33:13 +01:00
parent 50fb37e5fe
commit 97a63835af

View File

@ -28746,7 +28746,7 @@ Please refer to the table below for currently defined aliases :
| Others |
+---+------+------------------------------------------------------+---------+
| | %B | bytes_read (from server to client) | numeric |
| | | %[req.bytes_in] | |
| | | %[res.bytes_in] | |
+---+------+------------------------------------------------------+---------+
| H | %CC | captured_request_cookie | string |
+---+------+------------------------------------------------------+---------+