comparison xml/en/docs/http/ngx_http_rewrite_module.xml @ 673:f2d8603813b0

Documented the "rewrite_log" directive.
author Vladimir Homutov <vl@nginx.com>
date Thu, 06 Sep 2012 06:41:24 +0000
parents 764fbac1b8b4
children c48c0936b4df
comparison
equal deleted inserted replaced
672:8e1538faeacb 673:f2d8603813b0
317 317
318 <para> 318 <para>
319 If a regular expression includes the characters “<literal>}</literal>” 319 If a regular expression includes the characters “<literal>}</literal>”
320 or “<literal>;</literal>”, the whole expressions should be enclosed 320 or “<literal>;</literal>”, the whole expressions should be enclosed
321 in single or double quotes. 321 in single or double quotes.
322 </para>
323
324 </directive>
325
326
327 <directive name="rewrite_log">
328 <syntax><literal>on</literal> | <literal>off</literal></syntax>
329 <default>off</default>
330 <context>http</context>
331 <context>server</context>
332 <context>location</context>
333 <context>if</context>
334
335 <para>
336 Enables or disables logging of <literal>ngx_http_rewrite_module</literal>
337 module directives processing to the error log at
338 the <literal>notice</literal> level.
322 </para> 339 </para>
323 340
324 </directive> 341 </directive>
325 342
326 343