mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
nginx-0.1.3-RELEASE import
*) Feature: the ngx_http_autoindex_module and the autoindex directive.
*) Feature: the proxy_set_x_url directive.
*) Bugfix: proxy module may get caught in an endless loop when sendfile
is not used.
This commit is contained in:
parent
4925ed843a
commit
723e6cc248
30 changed files with 780 additions and 57 deletions
|
|
@ -6,6 +6,38 @@
|
|||
title="nginx">
|
||||
|
||||
|
||||
<changes ver="0.1.3" date="25.10.2004">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÍÏÄÕÌØ ngx_http_autoindex_module É ÄÉÒÅËÔÉ×Á autoindex.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the ngx_http_autoindex_module and the autoindex directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
ÄÉÒÅËÔÉ×Á proxy_set_x_url.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the proxy_set_x_url directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÍÏÄÕÌØ ÐÒÏËÓÉÒÏ×ÁÎÉÉ ÍÏÇ ÐÒÉ×ÅÓÔÉ Ë ÚÁÃÉËÌÉ×ÁÎÉÀ, ÅÓÌÉ ÎÅ ÉÓÐÏÌØÚÏ×ÁÌÓÑ
|
||||
sendfile.
|
||||
</para>
|
||||
<para lang="en">
|
||||
proxy module may get caught in an endless loop when sendfile is not used.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
<changes ver="0.1.2" date="21.10.2004">
|
||||
|
||||
<change type="feature">
|
||||
|
|
@ -38,12 +70,12 @@ the portability improvements.
|
|||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÎÅÌØÚÑ ÐÅÒÅËÏÎÆÉÇÕÒÉÒÏ×ÁÔØ nginx, ÅÓÌÉ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÕËÁÚÁÎ
|
||||
в командной строке,
|
||||
× ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÅ;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.1.1.
|
||||
</para>
|
||||
<para lang="en">
|
||||
if configuration file was set in command line, the reconfiguration
|
||||
was impossible,
|
||||
was impossible;
|
||||
bug appeared in 0.1.1.
|
||||
</para>
|
||||
</change>
|
||||
|
|
@ -61,12 +93,12 @@ proxy module may get caught in an endless loop when sendfile is not used.
|
|||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ sendfile ÔÅËÓÔ ÏÔ×ÅÔÁ ÎÅ ÐÅÒÅËÏÄÉÒÏ×ÁÌÓÑ
|
||||
согласно директивам модуля charset,
|
||||
ÓÏÇÌÁÓÎÏ ÄÉÒÅËÔÉ×ÁÍ ÍÏÄÕÌÑ charset;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.1.1.
|
||||
</para>
|
||||
<para lang="en">
|
||||
with sendfile the response was not recoded according to the charset
|
||||
module directives,
|
||||
module directives;
|
||||
bug appeared in 0.1.1.
|
||||
</para>
|
||||
</change>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue