From 1910c4702075f1d5ad451c741f27dac5216e62fe Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 6 Apr 2009 10:15:22 +0000 Subject: [PATCH] nginx-0.7.48-RELEASE --- docs/xml/nginx/changes.xml | 80 +++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 2 deletions(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 71671820d..405510cf3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,82 @@ nginx changelog + + + + +директива proxy_cache_key. + + +the "proxy_cache_key" directive. + + + + + +теперь nginx учитывает при кэшировании строки "X-Accel-Expires", +"Expires" и "Cache-Control" в заголовке ответа бэкенда. + + +now nginx takes into account the "X-Accel-Expires", "Expires", and +"Cache-Control" header lines in a backend response. + + + + + +теперь nginx кэширует только ответы на запросы GET. + + +now nginx caches responses for the GET requests only. + + + + + +директива fastcgi_cache_key не наследовалась. + + +the "fastcgi_cache_key" directive was not inherited. + + + + + +переменные $arg_... не работали с SSI-подзапросами.
+Спасибо Максиму Дунину. +
+ +the $arg_... variables did not work with SSI subrequests.
+Thanks to Maxim Dounin. +
+
+ + + +nginx не собирался с библиотекой uclibc.
+Спасибо Timothy Redaelli. +
+ +nginx could not be built with uclibc library.
+Thanks to Timothy Redaelli. +
+
+ + + +nginx не собирался на OpenBSD; +ошибка появилась в 0.7.46. + + +nginx could not be built on OpenBSD; +the bug had appeared in 0.7.46. + + + +
+ + @@ -634,7 +710,7 @@ Thanks to Maxim Dounin. in a redirect rewrite directive original arguments were concatenated with -new arguments by an "?" rather than an "&";
+new arguments by a "?" rather than an "&";
the bug had appeared in 0.1.18.
Thanks to Maxim Dounin.
@@ -11746,7 +11822,7 @@ the proxy_set_x_var and fastcgi_set_var directives were not inherited. in a redirect rewrite directive arguments were concatenated with URI -by an "&" rather than an "?". +by an "&" rather than a "?".