From: Igor Sysoev Date: Mon, 2 Apr 2007 10:44:44 +0000 (+0000) Subject: nginx-0.5.17-RELEASE X-Git-Tag: release-0.5.17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9256ba5818c1b11c614b2ad12ae5832bc39466f7;p=nginx.git nginx-0.5.17-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 9810dc0bd..ab439abdd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,60 @@ nginx changelog + + + + +ÔÅÐÅÒØ nginx ÄÌÑ ÍÅÔÏÄÁ TRACE ×ÓÅÇÄÁ ×ÏÚ×ÒÁÝÁÅÔ ËÏÄ 405. + + +now nginx always returns the 405 status for the TRACE method. + + + + + +ÔÅÐÅÒØ nginx ÐÏÄÄÅÒÖÉ×ÁÅÔ ÄÉÒÅËÔÉ×Õ include ×ÎÕÔÒÉ ÂÌÏËÁ types. + + +now nginx supports the "include" directive inside the "types" block. + + + + + +ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÅÒÅÍÅÎÎÏÊ $document_root × ÄÉÒÅËÔÉ×Å root É alias +ÚÁÐÒÅÝÅÎÏ: ÏÎÏ ×ÙÚÙ×ÁÌÏ ÒÅËÕÒÓÉ×ÎÏÅ ÐÅÒÅÐÏÌÎÅÎÉÅ ÓÔÅËÁ. + + +the $document_root variable usage in the "root" and "alias" directives +is disabled: this caused recursive stack overflow. + + + + + +× ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏÔÏËÏÌÁ HTTPS × ÄÉÒÅËÔÉ×Å proxy_pass. + + +in the HTTPS protocol in the "proxy_pass" directive. + + + + + +× ÎÅËÏÔÏÒÙÈ ÓÌÕÞÁÑÈ ÎÅËÜÛÉÒÕÅÍÙÅ ÐÅÒÅÍÅÎÎÙÅ (ÔÁËÉÅ, ËÁË $uri) +×ÏÚ×ÒÁÝÁÌÉ ÓÔÁÒÏÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÅ ÚÎÁÞÅÎÉÅ. + + +in some cases non-cachable variables (such as $uri variable) +returned old cached value. + + + + + + @@ -3150,7 +3204,7 @@ bug appeared in 0.3.18. ÚÁÐÒÏÓÙ Ó ÔÅÌÏÍ, ÚÁÐÉÓÁÎÎÙÍ ×Ï ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ. -if the HTTP protocol was used in the "proxy_pass" directive and +if the HTTPS protocol was used in the "proxy_pass" directive and the request body was in temporarily file then the request was not transferred. @@ -3384,7 +3438,7 @@ directive. ÚÁÐÒÏÓÙ Ó ÔÅÌÏÍ. -if the HTTP protocol was used in the "proxy_pass" directive then +if the HTTPS protocol was used in the "proxy_pass" directive then the requests with the body was not transferred. @@ -3766,7 +3820,7 @@ bug appeared in 0.2.4. × ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏÔÏËÏÌÁ HTTPS × ÄÉÒÅËÔÉ×Å proxy_pass. -in the HTTP protocol in the "proxy_pass" directive. +in the HTTPS protocol in the "proxy_pass" directive. @@ -3776,7 +3830,7 @@ in the HTTP protocol in the "proxy_pass" directive. ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÏÒÔ 80. -when the HTTP protocol was used in the "proxy_pass" directive the port 80 +when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default.