# HG changeset patch # User Yaroslav Zhuravlev # Date 1489069212 -10800 # Node ID 75d2478260f4dd26bcbff003f15d012b90fbdfac # Parent 88228d4936401f939b2a5d4015d7a3ae792db6a5 Documented the "worker_shutdown_timeout" directive. diff --git a/xml/en/docs/ngx_core_module.xml b/xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml +++ b/xml/en/docs/ngx_core_module.xml @@ -10,7 +10,7 @@ + rev="24">
@@ -701,6 +701,22 @@ Used to increase the limit without resta + +time + +main +1.11.11 + + +Configures a timeout for a graceful shutdown of worker processes. +When the time expires, +nginx will try to close all the connections currently open +to facilitate shutdown. + + + + + directory diff --git a/xml/ru/docs/ngx_core_module.xml b/xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml +++ b/xml/ru/docs/ngx_core_module.xml @@ -10,7 +10,7 @@ + rev="24">
@@ -701,6 +701,22 @@ worker_priority -10; + +время + +main +1.11.11 + + +Задаёт таймаут в секундах для плавного завершения рабочих процессов. +По истечении указанного времени +nginx попытается закрыть все открытые соединения +для ускорения завершения. + + + + + каталог