# HG changeset patch # User Yaroslav Zhuravlev # Date 1586793323 -3600 # Node ID 2bb06b3fbcc53a879c9b0eb0624188b081034f64 # Parent 91d725e52633e9cc6f4a8dd317d939a8ee7be97b Documented the "auth_delay" directive. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="90">
@@ -249,6 +249,25 @@ location /images/ { + +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 --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="90">
@@ -248,6 +248,25 @@ location /images/ { + +время +0s +http +server +location +1.17.10 + + +Задерживает обработку неавторизованных запросов с кодом ответа 401 +для предотвращения атак по времени в случае ограничения доступа по +паролю, по +результату подзапроса +или по JWT. + + + + + on | off on