comparison xml/en/docs/http/ngx_http_auth_request_module.xml @ 1763:a7974b8d2a23

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 22 Aug 2016 14:20:57 +0300
parents 5475304b61ad
children e7a721d63544
comparison
equal deleted inserted replaced
1762:3064cb25e29d 1763:a7974b8d2a23
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_auth_request_module" 10 <module name="Module ngx_http_auth_request_module"
11 link="/en/docs/http/ngx_http_auth_request_module.html" 11 link="/en/docs/http/ngx_http_auth_request_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_auth_request_module</literal> module (1.5.4+) implements 18 The <literal>ngx_http_auth_request_module</literal> module (1.5.4+) implements
35 </para> 35 </para>
36 36
37 <para> 37 <para>
38 The module may be combined with 38 The module may be combined with
39 other access modules, such as 39 other access modules, such as
40 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> and 40 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
41 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>, 41 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
42 and
43 <link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>,
42 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 44 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
43 <note> 45 <note>
44 Before version 1.7.3, responses to authorization subrequests could not be cached 46 Before version 1.7.3, responses to authorization subrequests could not be cached
45 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>, 47 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.). 48 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.).