comparison xml/ru/docs/http/ngx_http_rewrite_module.xml @ 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 c48c0936b4df
children 9fce700e56d3
comparison
equal deleted inserted replaced
702:6b6585577c33 703:57fe6d7d86b4
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_rewrite_module" 10 <module name="Модуль ngx_http_rewrite_module"
11 link="/ru/docs/http/ngx_http_rewrite_module.html" 11 link="/ru/docs/http/ngx_http_rewrite_module.html"
12 lang="ru" 12 lang="ru"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_rewrite_module</literal> позволяет 18 Модуль <literal>ngx_http_rewrite_module</literal> позволяет
331 <context>server</context> 331 <context>server</context>
332 <context>location</context> 332 <context>location</context>
333 <context>if</context> 333 <context>if</context>
334 334
335 <para> 335 <para>
336 Включает или выключает журналирование обработки директив модуля 336 Разрешает или запрещает записывать в
337 <literal>ngx_http_rewrite_module</literal> в лог-файл ошибок на 337 <link doc="../ngx_core_module.xml" id="error_log"/>
338 уровне <literal>notice</literal>. 338 на уровне <literal>notice</literal>
339 результаты обработки директив модуля <literal>ngx_http_rewrite_module</literal>.
339 </para> 340 </para>
340 341
341 </directive> 342 </directive>
342 343
343 344