comparison xml/en/docs/http/ngx_http_core_module.xml @ 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 be779702663e
children d2969b2f69ae
comparison
equal deleted inserted replaced
2035:5b9ac9ab7c42 2036:ee0aeddbe8a2
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="72"> 13 rev="73">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
835 <listitem> 835 <listitem>
836 subrequests formed by the 836 subrequests formed by the
837 “<command>include virtual</command>” 837 “<command>include virtual</command>”
838 command of the 838 command of the
839 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link> 839 <link doc="ngx_http_ssi_module.xml">ngx_http_ssi_module</link>
840 module and by the 840 module, by the
841 <link doc="ngx_http_addition_module.xml">ngx_http_addition_module</link> 841 <link doc="ngx_http_addition_module.xml">ngx_http_addition_module</link>
842 module directives; 842 module directives, and by
843 <link doc="ngx_http_auth_request_module.xml" id="auth_request"/> and
844 <link doc="ngx_http_mirror_module.xml" id="mirror"/> directives;
843 </listitem> 845 </listitem>
844 846
845 <listitem> 847 <listitem>
846 requests changed by the 848 requests changed by the
847 <link doc="ngx_http_rewrite_module.xml" id="rewrite"/> directive. 849 <link doc="ngx_http_rewrite_module.xml" id="rewrite"/> directive.