mirror of
https://github.com/nginx/nginx.git
synced 2025-01-07 14:43:00 -06:00
nginx-0.5.17-RELEASE
This commit is contained in:
parent
7a5886052f
commit
9256ba5818
@ -9,6 +9,60 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.5.17" date="02.04.2007">
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ nginx ÄÌÑ ÍÅÔÏÄÁ TRACE ×ÓÅÇÄÁ ×ÏÚ×ÒÁÝÁÅÔ ËÏÄ 405.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx always returns the 405 status for the TRACE method.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÔÅÐÅÒØ nginx ÐÏÄÄÅÒÖÉ×ÁÅÔ ÄÉÒÅËÔÉ×Õ include ×ÎÕÔÒÉ ÂÌÏËÁ types.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx supports the "include" directive inside the "types" block.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÐÅÒÅÍÅÎÎÏÊ $document_root × ÄÉÒÅËÔÉ×Å root É alias
|
||||
ÚÁÐÒÅÝÅÎÏ: ÏÎÏ ×ÙÚÙ×ÁÌÏ ÒÅËÕÒÓÉ×ÎÏÅ ÐÅÒÅÐÏÌÎÅÎÉÅ ÓÔÅËÁ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the $document_root variable usage in the "root" and "alias" directives
|
||||
is disabled: this caused recursive stack overflow.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
× ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏÔÏËÏÌÁ HTTPS × ÄÉÒÅËÔÉ×Å proxy_pass.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the HTTPS protocol in the "proxy_pass" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
× ÎÅËÏÔÏÒÙÈ ÓÌÕÞÁÑÈ ÎÅËÜÛÉÒÕÅÍÙÅ ÐÅÒÅÍÅÎÎÙÅ (ÔÁËÉÅ, ËÁË $uri)
|
||||
×ÏÚ×ÒÁÝÁÌÉ ÓÔÁÒÏÅ ÚÁËÜÛÉÒÏ×ÁÎÎÏÅ ÚÎÁÞÅÎÉÅ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in some cases non-cachable variables (such as $uri variable)
|
||||
returned old cached value.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.5.16" date="26.03.2007">
|
||||
|
||||
<change type="bugfix">
|
||||
@ -3150,7 +3204,7 @@ bug appeared in 0.3.18.
|
||||
ÚÁÐÒÏÓÙ Ó ÔÅÌÏÍ, ÚÁÐÉÓÁÎÎÙÍ ×Ï ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
@ -3384,7 +3438,7 @@ directive.
|
||||
ÚÁÐÒÏÓÙ Ó ÔÅÌÏÍ.
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
@ -3766,7 +3820,7 @@ bug appeared in 0.2.4.
|
||||
× ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÒÏÔÏËÏÌÁ HTTPS × ÄÉÒÅËÔÉ×Å proxy_pass.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the HTTP protocol in the "proxy_pass" directive.
|
||||
in the HTTPS protocol in the "proxy_pass" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
@ -3776,7 +3830,7 @@ in the HTTP protocol in the "proxy_pass" directive.
|
||||
ÉÓÐÏÌØÚÏ×ÁÌÓÑ ÐÏÒÔ 80.
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
|
Loading…
Reference in New Issue
Block a user