comparison xml/ru/index.xml @ 971:6316a7579448

Documented the "ngx_http_auth_request" module.
author Vladimir Homutov <vl@nginx.com>
date Thu, 22 Aug 2013 17:23:42 +0400
parents 743caf552c2d
children 1fc988edd0fb
comparison
equal deleted inserted replaced
970:051de14a6e79 971:6316a7579448
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
7 7
8 <article name="nginx" 8 <article name="nginx"
9 link="/ru/" 9 link="/ru/"
10 lang="ru" 10 lang="ru"
11 rev="11"> 11 rev="12">
12 12
13 13
14 <section> 14 <section>
15 15
16 <para> 16 <para>
150 <link doc="docs/http/ngx_http_geo_module.xml">адреса клиента</link>; 150 <link doc="docs/http/ngx_http_geo_module.xml">адреса клиента</link>;
151 </listitem> 151 </listitem>
152 152
153 <listitem> 153 <listitem>
154 Ограничение доступа в зависимости от 154 Ограничение доступа в зависимости от
155 <link doc="docs/http/ngx_http_access_module.xml">адреса клиента</link> 155 <link doc="docs/http/ngx_http_access_module.xml">адреса клиента</link>,
156 и <link doc="docs/http/ngx_http_auth_basic_module.xml">по паролю 156 <link doc="docs/http/ngx_http_auth_basic_module.xml">по паролю
157 (HTTP Basic аутентификация)</link>; 157 (HTTP Basic аутентификация)</link> и по
158 <link doc="docs/http/ngx_http_auth_request_module.xml">результату
159 подзапроса</link>;
158 </listitem> 160 </listitem>
159 161
160 <listitem> 162 <listitem>
161 Проверка <link doc="docs/http/ngx_http_referer_module.xml">HTTP referer</link>; 163 Проверка <link doc="docs/http/ngx_http_referer_module.xml">HTTP referer</link>;
162 </listitem> 164 </listitem>