comparison xml/en/docs/http/ngx_http_rewrite_module.xml @ 702:6b6585577c33

Slightly changed the wording when talking about the "rewrite_log" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Oct 2012 08:27:40 +0000
parents c48c0936b4df
children 9fce700e56d3
comparison
equal deleted inserted replaced
701:bff4179d3599 702:6b6585577c33
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_rewrite_module" 10 <module name="Module ngx_http_rewrite_module"
11 link="/en/docs/http/ngx_http_rewrite_module.html" 11 link="/en/docs/http/ngx_http_rewrite_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_rewrite_module</literal> module allows to 18 The <literal>ngx_http_rewrite_module</literal> module allows to
334 <context>location</context> 334 <context>location</context>
335 <context>if</context> 335 <context>if</context>
336 336
337 <para> 337 <para>
338 Enables or disables logging of <literal>ngx_http_rewrite_module</literal> 338 Enables or disables logging of <literal>ngx_http_rewrite_module</literal>
339 module directives processing to the error log at 339 module directives processing results
340 into the <link doc="../ngx_core_module.xml" id="error_log"/> at
340 the <literal>notice</literal> level. 341 the <literal>notice</literal> level.
341 </para> 342 </para>
342 343
343 </directive> 344 </directive>
344 345