changeset 419:8fa5f2273014

Documented the current drawback when using the "disable_symlinks" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Feb 2012 15:19:54 +0000
parents 2638f67205ee
children 468b14973823
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <para>
 Parameters <literal>on</literal> and <literal>if_not_owner</literal>
 add a processing overhead.
+Furthermore,
+the use of these parameters requires that
+worker processes be able to read all intermediate
+directories.
 </para>
 
 </directive>
--- 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 @@
 <para>
 Параметры <literal>on</literal> и <literal>if_not_owner</literal>
 требуют дополнительных затрат на обработку.
+Кроме того,
+использование этих параметров требует, чтобы
+рабочие процессы имели возможность читать все
+промежуточные каталоги.
 </para>
 
 </directive>