From: Igor Sysoev Date: Tue, 24 Apr 2007 06:20:59 +0000 (+0000) Subject: nginx-0.5.19-RELEASE X-Git-Tag: release-0.5.19 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3311e24dba7e73854db39047da1c55f766ee8ddf;p=nginx.git nginx-0.5.19-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 1070911a1..e98b38815 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,72 @@ nginx changelog + + + + +ÚÎÁÞÅÎÉÅ ÐÅÒÅÍÅÎÎÏÊ $request_time ÔÅÐÅÒØ ÚÁÐÉÓÙ×ÁÅÔÓÑ Ó ÔÏÞÎÏÓÔØÀ +ÄÏ ÍÉÌÌÉÓÅËÕÎÄ. + + +now the $request_time variable has millisecond precision. + + + + + +ÍÅÔÏÄ $r->rflush × ÍÏÄÕÌÅ ngx_http_perl_module ÐÅÒÅÉÍÅÎÏ×ÁÎ × $r->flush. + + +the method $r->rflush of ngx_http_perl_module was renamed to the $r->flush. + + + + + +ÐÅÒÅÍÅÎÎÁÑ $upstream_addr. + + +the $upstream_addr variable. + + + + + +ÄÉÒÅËÔÉ×Ù proxy_headers_hash_max_size É proxy_headers_hash_bucket_size.
+óÐÁÓÉÂÏ ÷ÏÌÏÄÙÍÙÒÕ ëÏÓÔÙÒËÏ. +
+ +the "proxy_headers_hash_max_size" and "proxy_headers_hash_bucket_size" +directives.
+Thanks to Volodymyr Kostyrko. +
+
+ + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ sendfile É limit_rate ÎÁ 64-ÂÉÔÎÙÈ ÐÌÁÔÆÏÒÍÁÈ +ÎÅÌØÚÑ ÂÙÌÏ ÐÅÒÅÄÁ×ÁÔØ ÆÁÊÌÙ ÂÏÌØÛÅ 2G. + + +the files more than 2G could not be transferred using sendfile and limit_rate +on 64-bit platforms. + + + + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ sendfile ÎÁ 64-ÂÉÔÎÏÍ Linux ÎÅÌØÚÑ ÂÙÌÏ ÐÅÒÅÄÁ×ÁÔØ ÆÁÊÌÙ +ÂÏÌØÛÅ 2G. + + +the files more than 2G could not be transferred using sendfile on 64-bit Linux. + + + +
+ +