nghttpx: Note the conversion made in <VAR>
This commit is contained in:
parent
de2a855572
commit
daf659c64e
|
@ -1128,7 +1128,7 @@ Logging:
|
||||||
--accesslog-format=<FORMAT>
|
--accesslog-format=<FORMAT>
|
||||||
Specify format string for access log. The
|
Specify format string for access log. The
|
||||||
default format is combined format. The following
|
default format is combined format. The following
|
||||||
variables are available:
|
variables are available:
|
||||||
$remote_addr: client IP address
|
$remote_addr: client IP address
|
||||||
$time_local: local time in Common Log format
|
$time_local: local time in Common Log format
|
||||||
$time_iso8601: local time in ISO 8601 format
|
$time_iso8601: local time in ISO 8601 format
|
||||||
|
@ -1137,10 +1137,12 @@ Logging:
|
||||||
$body_bytes_sent: the number of bytes sent
|
$body_bytes_sent: the number of bytes sent
|
||||||
to client as response body
|
to client as response body
|
||||||
$http_<VAR>: value of HTTP request header <VAR>
|
$http_<VAR>: value of HTTP request header <VAR>
|
||||||
|
where '_' in <VAR> is replaced with
|
||||||
|
'-'.
|
||||||
$remote_port: client port
|
$remote_port: client port
|
||||||
$server_port: server port
|
$server_port: server port
|
||||||
$request_time: request processing time in
|
$request_time: request processing time in
|
||||||
seconds with milliseconds
|
seconds with milliseconds
|
||||||
resolution.
|
resolution.
|
||||||
Default: )"
|
Default: )"
|
||||||
<< DEFAULT_ACCESSLOG_FORMAT << R"(
|
<< DEFAULT_ACCESSLOG_FORMAT << R"(
|
||||||
|
|
Loading…
Reference in New Issue