# HG changeset patch # User Yaroslav Zhuravlev # Date 1474548051 -10800 # Node ID 19eb203ffd41c6e582a2c7501f565ac705149795 # Parent 4f21e33e96fdd5d40a18f6ef4229323b115cec6f Corrected variable name in the log module. diff -r 4f21e33e96fd -r 19eb203ffd41 xml/en/docs/stream/ngx_stream_log_module.xml --- a/xml/en/docs/stream/ngx_stream_log_module.xml Wed Sep 21 13:59:13 2016 +0000 +++ b/xml/en/docs/stream/ngx_stream_log_module.xml Thu Sep 22 15:40:51 2016 +0300 @@ -9,7 +9,7 @@ + rev="3">
@@ -165,7 +165,7 @@ log_format proxy '$remote_addr [$time_local] ' '$protocol $status $bytes_sent $bytes_received ' '$session_time "$upstream_addr" ' - '"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connection_time"'; + '"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connect_time"'; diff -r 4f21e33e96fd -r 19eb203ffd41 xml/ru/docs/stream/ngx_stream_log_module.xml --- a/xml/ru/docs/stream/ngx_stream_log_module.xml Wed Sep 21 13:59:13 2016 +0000 +++ b/xml/ru/docs/stream/ngx_stream_log_module.xml Thu Sep 22 15:40:51 2016 +0300 @@ -9,7 +9,7 @@ + rev="3">
@@ -165,7 +165,7 @@ log_format proxy '$remote_addr [$time_local] ' '$protocol $status $bytes_sent $bytes_received ' '$session_time "$upstream_addr" ' - '"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connection_time"'; + '"$upstream_bytes_sent" "$upstream_bytes_received" "$upstream_connect_time"';