comparison xml/en/docs/http/ngx_http_auth_request_module.xml @ 3043:9eadb98ec770

Free nginx: removed commercial version documentation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:49 +0300
parents e7a721d63544
children
comparison
equal deleted inserted replaced
3042:19e4897acb84 3043:9eadb98ec770
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="5"> 13 rev="6">
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>, 40 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link> and
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>,
44 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 42 via the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
45 <note> 43 <note>
46 Before version 1.7.3, responses to authorization subrequests could not be cached 44 Before version 1.7.3, responses to authorization subrequests could not be cached
47 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>, 45 (using <link doc="ngx_http_proxy_module.xml" id="proxy_cache"/>,
48 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.). 46 <link doc="ngx_http_proxy_module.xml" id="proxy_store"/>, etc.).