# HG changeset patch # User Maxim Dounin # Date 1558448637 -10800 # Node ID 054c1c46395caff79bb4caf16f40b331f71bb6dd # Parent b99cbafd51da690633a758625bd57df49b5a5ddf nginx-1.17.0-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 @@ -5,6 +5,68 @@ + + + + +директивы limit_rate и limit_rate_after поддерживают переменные. + + +variables support in the "limit_rate" and "limit_rate_after" directives. + + + + + +директивы proxy_upload_rate и proxy_download_rate в модуле stream +поддерживают переменные. + + +variables support +in the "proxy_upload_rate" and "proxy_download_rate" directives +in the stream module. + + + + + +минимальная поддерживаемая версия OpenSSL—0.9.8. + + +minimum supported OpenSSL version is 0.9.8. + + + + + +теперь postpone-фильтр собирается всегда. + + +now the postpone filter is always built. + + + + + +директива include не работала в блоках if и limit_except. + + +the "include" directive did not work inside the "if" and "limit_except" blocks. + + + + + +в обработке byte ranges. + + +in byte ranges processing. + + + + + +