# HG changeset patch # User Maxim Dounin # Date 1720536253 -10800 # Node ID 91d77cc29d3336b1df25fe42d6c5ad4ca24b72b9 # Parent 88105160c0775709cd3f8982f26dce824e682ee8 freenginx-1.27.2-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 @@ -7,6 +7,55 @@
+ + + + +теперь максимальная частота логгированиия ошибок может быть ограничена +с помощью параметра rate директивы error_log; +по умолчанию используется ограничение в 1000 сообщений в секунду. + + +now maximum error logging rate can be limited +with the "rate" parameter of the "error_log" directive; +by default the limit is 1000 messages per second. + + + + + +в resolver'е.
+Спасибо Кириллу Коринскому. +
+ +in resolver.
+Thanks to Kirill A. Korinsky. +
+
+ + + +директива proxy_no_cache не учитывалась при кэшировании ошибок. + + +the "proxy_no_cache" directive was not checked when caching errors. + + + + + +блок, используемый в параметре stub в SSI-директиве include, +мог быть отправлен дважды. + + +a block used in the "stub" parameter of the "include" SSI directive +might be sent twice. + + + +
+ +