From 723e6cc248470b95f62e338cd5e1a6514975f9cc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 25 Oct 2004 15:29:23 +0000 Subject: 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. --- docs/xml/nginx/changes.xml | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) (limited to 'docs/xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index df81c8da5..690f003a6 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -6,6 +6,38 @@ title="nginx"> + + + + +модуль ngx_http_autoindex_module и директива autoindex. + + +the ngx_http_autoindex_module and the autoindex directive. + + + + + +директива proxy_set_x_url. + + +the proxy_set_x_url directive. + + + + + +модуль проксировании мог привести к зацикливанию, если не использовался +sendfile. + + +proxy module may get caught in an endless loop when sendfile is not used. + + + + + @@ -38,12 +70,12 @@ the portability improvements. нельзя переконфигурировать nginx, если конфигурационный файл указан -в командной строке, +в командной строке; ошибка появилась в 0.1.1. if configuration file was set in command line, the reconfiguration -was impossible, +was impossible; bug appeared in 0.1.1. @@ -61,12 +93,12 @@ proxy module may get caught in an endless loop when sendfile is not used. при использовании sendfile текст ответа не перекодировался -согласно директивам модуля charset, +согласно директивам модуля charset; ошибка появилась в 0.1.1. with sendfile the response was not recoded according to the charset -module directives, +module directives; bug appeared in 0.1.1. -- cgit