comparison xml/en/docs/http/ngx_http_rewrite_module.xml @ 1723:065978f4ece1

Added info about PCRE in the rewrite module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 01 Jun 2016 13:59:00 +0300
parents 4c2324a7eeea
children 2f851f71ff08
comparison
equal deleted inserted replaced
1722:61aca81458a0 1723:065978f4ece1
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="5"> 13 rev="6">
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 is used to 18 The <literal>ngx_http_rewrite_module</literal> module is used to
19 change request URI using regular expressions, return redirects, and 19 change request URI using PCRE regular expressions, return redirects, and
20 conditionally select configurations. 20 conditionally select configurations.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 The <literal>ngx_http_rewrite_module</literal> module directives are 24 The <literal>ngx_http_rewrite_module</literal> module directives are