changeset 703:57fe6d7d86b4

Slightly changed the wording when talking about the "rewrite_log" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Oct 2012 08:38:53 +0000
parents 6b6585577c33
children 82f2880ac29d
files xml/ru/docs/http/ngx_http_rewrite_module.xml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_rewrite_module.xml
+++ b/xml/ru/docs/http/ngx_http_rewrite_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_rewrite_module"
         link="/ru/docs/http/ngx_http_rewrite_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -333,9 +333,10 @@ rewrite ^/users/(.*)$ /show?user=$1? las
 <context>if</context>
 
 <para>
-Включает или выключает журналирование обработки директив модуля
-<literal>ngx_http_rewrite_module</literal> в лог-файл ошибок на
-уровне <literal>notice</literal>.
+Разрешает или запрещает записывать в
+<link doc="../ngx_core_module.xml" id="error_log"/>
+на уровне <literal>notice</literal>
+результаты обработки директив модуля <literal>ngx_http_rewrite_module</literal>.
 </para>
 
 </directive>