changeset 2036:ee0aeddbe8a2

Updated types of subrequests allowed in the internal location.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 08 Sep 2017 15:24:07 +0300
parents 5b9ac9ab7c42
children a585fdb65ad3
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="72">
+        rev="73">
 
 <section id="directives" name="Directives">
 
@@ -837,9 +837,11 @@ subrequests formed by the
 “<command>include virtual</command>”
 command of the
 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>
-module and by the
+module, by the
 <link doc="ngx_http_addition_module.xml">ngx_http_addition_module</link>
-module directives;
+module directives, and by
+<link doc="ngx_http_auth_request_module.xml" id="auth_request"/> and
+<link doc="ngx_http_mirror_module.xml" id="mirror"/> directives;
 </listitem>
 
 <listitem>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="72">
+        rev="73">
 
 <section id="directives" name="Директивы">
 
@@ -830,9 +830,13 @@ error_page 404 =301 http://example.com/n
 подзапросы, формируемые командой
 “<command>include virtual</command>”
 модуля
-<link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>
-и директивами модуля
-<link doc="ngx_http_addition_module.xml">ngx_http_addition_module</link>;
+<link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>,
+директивами модуля
+<link doc="ngx_http_addition_module.xml">ngx_http_addition_module</link>,
+а также директивами
+<link doc="ngx_http_auth_request_module.xml" id="auth_request"/> и
+<link doc="ngx_http_mirror_module.xml" id="mirror"/>;
+
 </listitem>
 
 <listitem>