From bb6569a479e9532f194a5767d44f48be5e4c95c5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 24 May 2010 12:47:49 +0000 Subject: nginx-0.8.38-RELEASE --- docs/xml/nginx/changes.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b58688b51..62306846e 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,53 @@ nginx changelog + + + + +директивы proxy_no_cache и fastcgi_no_cache. + + +the "proxy_no_cache" and "fastcgi_no_cache" directives. + + + + + +теперь при использовании переменной $scheme в директиве rewrite +автоматически делается редирект.
+Спасибо Piotr Sikora. +
+ +now the "rewrite" directive does a redirect automatically +if the $scheme variable is used.
+Thanks to Piotr Sikora. +
+
+ + + +теперь задержки в директиве limit_req соответствует описанному алгоритму.
+Спасибо Максиму Дунину. +
+ +now "limit_req" delay directive conforms to the described algorithm.
+Thanks to Maxim Dounin. +
+
+ + + +переменную $uid_got нельзя было использовать в SSI и перловом модулях. + + +the $uid_got variable might not be used in the SSI and perl modules. + + + +
+ + @@ -1309,7 +1356,7 @@ the "limit_req_log_level" and "limit_conn_log_level" directives. -Теперь директива limit_req соответствует алгоритму leaky bucket.
+теперь директива limit_req соответствует алгоритму leaky bucket.
Спасибо Максиму Дунину.
-- cgit v1.2.3