From c4613796af6102f5c6b2365f660ac4591808832b Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 25 Jun 2019 15:19:45 +0300 Subject: [PATCH] nginx-1.17.1-RELEASE --- docs/xml/nginx/changes.xml | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ae034bbaa8b..5963cd7d734 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,62 @@ + + + + +директива limit_req_dry_run. + + +the "limit_req_dry_run" directive. + + + + + +при использовании директивы hash в блоке upstream +пустой ключ хэширования теперь приводит к переключению +на round-robin балансировку.
+Спасибо Niklas Keller. +
+ +when using the "hash" directive inside the "upstream" block +an empty hash key now triggers round-robin balancing.
+Thanks to Niklas Keller. +
+
+ + + +в рабочем процессе мог произойти segmentation fault, +если использовалось кэширование и директива image_filter, +а ошибки с кодом 415 перенаправлялись с помощь директивы error_page; +ошибка появилась в 1.11.10. + + +a segmentation fault might occur in a worker process +if caching was used along with the "image_filter" directive, +and errors with code 415 were redirected with the "error_page" directive; +the bug had appeared in 1.11.10. + + + + + +в рабочем процессе мог произойти segmentation fault, +если использовался встроенный перл; +ошибка появилась в 1.7.3. + + +a segmentation fault might occur in a worker process +if embedded perl was used; +the bug had appeared in 1.7.3. + + + +
+ +