changeset 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 61aca81458a0
children ce3e89d13fa0
files xml/en/docs/http/ngx_http_rewrite_module.xml xml/ru/docs/http/ngx_http_rewrite_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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>
 
--- a/xml/ru/docs/http/ngx_http_rewrite_module.xml	Mon Jun 06 12:27:44 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_rewrite_module.xml	Wed Jun 01 13:59:00 2016 +0300
@@ -10,13 +10,13 @@
 <module name="Модуль ngx_http_rewrite_module"
         link="/ru/docs/http/ngx_http_rewrite_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
 <para>
 Модуль <literal>ngx_http_rewrite_module</literal> позволяет
-изменять URI запроса с помощью регулярных выражений, делать перенаправления
+изменять URI запроса с помощью регулярных выражений PCRE, делать перенаправления
 и выбирать конфигурацию по условию.
 </para>