From 6b3f52c3fdea9c0cfdc2597df3714c78d672432e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 7 Jun 2010 12:38:32 +0000 Subject: nginx-0.8.40-RELEASE --- docs/xml/nginx/changes.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fe17f4407..1306a3916 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,66 @@ nginx changelog + + + + +теперь nginx/Windows игнорирует имя потока файла по умолчанию.
+Спасибо Jose Antonio Vazquez Gonzalez. +
+ +now nginx/Windows ignores default file stream name.
+Thanks to Jose Antonio Vazquez Gonzalez. +
+
+ + + +модуль ngx_http_uwsgi_module.
+Спасибо Roberto De Ioris. +
+ +the ngx_http_uwsgi_module.
+Thanks to Roberto De Ioris. +
+
+ + + +директива fastcgi_param со значением, начинающимся со строки "HTTP_", +изменяет строку заголовка в запросе клиента. + + +a "fastcgi_param" directive with value starting with "HTTP_" overrides +a client request header line. + + + + + +строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса +клиента передавались FastCGI-серверу при кэшировании. + + +the "If-Modified-Since", "If-Range", etc. client request header lines +were passed to FastCGI-server while caching. + + + + + +listen unix domain сокет нельзя было изменить во время переконфигурации.
+Спасибо Максиму Дунину. +
+ +listen unix domain socket could not be changed during reconfiguration.
+Thanks to Maxim Dounin. +
+
+ +
+ + -- cgit v1.2.3