# HG changeset patch # User Ruslan Ermilov # Date 1318509616 0 # Node ID 341dc6392e8a41e568bde2e37703c063954845af # Parent 4466f08eb6253d3441e0881ad081e5179c143861 Documented $body_bytes_sent, $nginx_version, $request, and $sent_http_*. diff -r 4466f08eb625 -r 341dc6392e8a xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 13 11:53:46 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 13 12:40:16 2011 +0000 @@ -2156,6 +2156,11 @@ client address in a binary form, value's length is always 4 bytes +$body_bytes_sent + +number of bytes sent to a client, not counting the response header + + $content_length
Content-Length
request header field @@ -2208,6 +2213,11 @@ allows for connection rate limiting
+$nginx_version + +nginx version + + $pid PID of the worker process @@ -2239,6 +2249,11 @@ user name supplied with the Basic authentication +$request + +full original request line + + $request_body request body @@ -2295,6 +2310,11 @@ request scheme, http or https +$sent_http_name + +the name response header field + + $server_addr an address of the server which accepted a request