comparison xml/en/docs/http/ngx_http_auth_basic_module.xml @ 990:f10ebd7c60b4

Fixed incorrect link.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Oct 2013 13:29:56 +0400
parents 6316a7579448
children dad3af7a1019
comparison
equal deleted inserted replaced
989:32d6056db45b 990:f10ebd7c60b4
20 using the “HTTP Basic Authentication” protocol. 20 using the “HTTP Basic Authentication” protocol.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 Access can also be limited by 24 Access can also be limited by
25 <link doc="ngx_http_auth_basic_module.xml">address</link> or by the 25 <link doc="ngx_http_access_module.xml">address</link> or by the
26 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>. 26 <link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
27 Simultaneous limitation of access by address and by password is controlled 27 Simultaneous limitation of access by address and by password is controlled
28 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive. 28 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
29 </para> 29 </para>
30 30