diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_rewrite_module.xml	Mon Jun 06 12:27:44 2016 +0300
+++ b/xml/en/docs/http/ngx_http_rewrite_module.xml	Wed Jun 01 13:59:00 2016 +0300
@@ -10,13 +10,13 @@
 <module name="Module ngx_http_rewrite_module"
         link="/en/docs/http/ngx_http_rewrite_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
 <para>
 The <literal>ngx_http_rewrite_module</literal> module is used to
-change request URI using regular expressions, return redirects, and
+change request URI using PCRE regular expressions, return redirects, and
 conditionally select configurations.
 </para>