From 2d9e3144fe32c5e7dc5cfcafb8f695b8ea5c2d3e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 21 Jan 2011 11:04:39 +0000 Subject: nginx-0.9.4-RELEASE --- docs/xml/nginx/changes.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 6c7281d45..4f2ed5ddd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,11 +9,34 @@ nginx changelog + + + + +директива server_name поддерживает переменную $hostname. + + +the "server_name" directive supports the $hostname variable. + + + + + +494 код для ошибки "Request Header Too Large". + + +494 code for "Request Header Too Large" error. + + + + + + -если для пары адрес:порт описан только один сервер, то выделения +если для пары IPv6-адрес:порт описан только один сервер, то выделения в регулярных выражениях в директиве server_name не работали. @@ -16293,7 +16316,7 @@ the double slashes in "://" in the URI were converted to ":/". if the request without arguments contains "//", "/./", "/../" or "%XX" -then the lost character in the request line was lost; +then the last character in the request line was lost; the bug had appeared in 0.1.9. -- cgit