# HG changeset patch # User Igor Sysoev # Date 1275914312 0 # Node ID 4846ec9f83cb5bc4c8519d5641b35fb9b190430c # Parent 67394153ec396e1d4aa0d9c3fa80f6097d47b3a8 nginx-0.8.40-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- 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. +
+
+ +
+ +