# HG changeset patch # User Yaroslav Zhuravlev # Date 1586793323 -3600 # Node ID 2bb06b3fbcc53a879c9b0eb0624188b081034f64 # Parent 91d725e52633e9cc6f4a8dd317d939a8ee7be97b Documented the "auth_delay" directive. diff -r 91d725e52633 -r 2bb06b3fbcc5 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Apr 08 11:19:30 2020 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Mon Apr 13 16:55:23 2020 +0100 @@ -10,7 +10,7 @@ + rev="90">
@@ -249,6 +249,25 @@ + +time +0s +http +server +location +1.17.10 + + +Delays processing of unauthorized requests with 401 response code +to prevent timing attacks when access is limited by +password, by the +result of subrequest, +or by JWT. + + + + + on | off on diff -r 91d725e52633 -r 2bb06b3fbcc5 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed Apr 08 11:19:30 2020 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Mon Apr 13 16:55:23 2020 +0100 @@ -10,7 +10,7 @@ + rev="90">
@@ -248,6 +248,25 @@ + +время +0s +http +server +location +1.17.10 + + +Задерживает обработку неавторизованных запросов с кодом ответа 401 +для предотвращения атак по времени в случае ограничения доступа по +паролю, по +результату подзапроса +или по JWT. + + + + + on | off on