# HG changeset patch # User Ruslan Ermilov # Date 1329405594 0 # Node ID 8fa5f2273014e893bdbaaf332dfe1ad7e7b2d3e1 # Parent 2638f67205ee36c9d0f237420d279bdc104ea968 Documented the current drawback when using the "disable_symlinks" directive. diff -r 2638f67205ee -r 8fa5f2273014 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Wed Feb 15 21:45:42 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Feb 16 15:19:54 2012 +0000 @@ -510,6 +510,10 @@ Parameters on and if_not_owner add a processing overhead. +Furthermore, +the use of these parameters requires that +worker processes be able to read all intermediate +directories. diff -r 2638f67205ee -r 8fa5f2273014 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Wed Feb 15 21:45:42 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu Feb 16 15:19:54 2012 +0000 @@ -500,6 +500,10 @@ Параметры on и if_not_owner требуют дополнительных затрат на обработку. +Кроме того, +использование этих параметров требует, чтобы +рабочие процессы имели возможность читать все +промежуточные каталоги.