From 8c7fce493f205ad9a9b6d3122f10aef8b97a9a60 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 18 Aug 2008 14:22:50 +0000 Subject: [PATCH] nginx-0.7.11-RELEASE --- docs/xml/nginx/changes.xml | 69 +++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 1946c6cbe..f31cf5251 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,73 @@ nginx changelog + + + + +теперь ngx_http_charset_module по умолчанию не работает MIME-типом text/css. + + +now ngx_http_charset_module does not work by default with text/css MIME type. + + + + + +теперь nginx возвращает код 405 для метода POST при запросе статического +файла, только если файл существует. + + +now nginx returns the 405 status code for POST method requesting a static file +only if the file exists. + + + + + +директива proxy_ssl_session_reuse. + + +the "proxy_ssl_session_reuse" directive. + + + + + +после перенаправления запроса с помощью "X-Accel-Redirect" +директива proxy_pass без URI могла использовать оригинальный запрос. + + +a "proxy_pass" directive without URI part might use original request +after the "X-Accel-Redirect" redirection was used; + + + + + +если у каталога были права доступа только на поиск файлов +и первый индексный файл отсутствовал, то nginx возвращал ошибку 500. + + +if a directory has search only rights and the first index file was absent, +then nginx returned the 500 status code. + + + + + +ошибок во вложенных location'ах; +ошибки появились в 0.7.1. + + +in inclusive locations; +the bugs had appeared in 0.7.1. + + + + + + @@ -39,7 +106,7 @@ of recursive error_page for 500 status code. всего keepalive соединения, а для каждого запроса по этому соединению. -now the ngx_http_realip_module set address not for whole keepalive connection, +now the ngx_http_realip_module sets address not for whole keepalive connection, but for each request passed via the connection.