# HG changeset patch # User Yaroslav Zhuravlev # Date 1464778740 -10800 # Node ID 065978f4ece1fb1d4b831c971d7bd203b0c3748c # Parent 61aca81458a01b3a0c75c67801e01de7fd9b7dd6 Added info about PCRE in the rewrite module. diff -r 61aca81458a0 -r 065978f4ece1 xml/en/docs/http/ngx_http_rewrite_module.xml --- 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 @@ + rev="6">
The ngx_http_rewrite_module 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. diff -r 61aca81458a0 -r 065978f4ece1 xml/ru/docs/http/ngx_http_rewrite_module.xml --- 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 @@ + rev="6">
Модуль ngx_http_rewrite_module позволяет -изменять URI запроса с помощью регулярных выражений, делать перенаправления +изменять URI запроса с помощью регулярных выражений PCRE, делать перенаправления и выбирать конфигурацию по условию.