# HG changeset patch # User Igor Sysoev # Date 1274705269 0 # Node ID fa5f1ca353c0c5aa5415f51d72fd7bbcc02d1ed7 # Parent 84905c7b2aa7e0ea8c53a67ce911fb7cba301812 nginx-0.8.38-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,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_con -Теперь директива limit_req соответствует алгоритму leaky bucket.
+теперь директива limit_req соответствует алгоритму leaky bucket.
Спасибо Максиму Дунину.