diff xml/en/docs/http/ngx_http_access_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 a7974b8d2a23
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_access_module.xml	Wed Feb 14 20:05:46 2024 +0300
+++ b/xml/en/docs/http/ngx_http_access_module.xml	Wed Feb 14 20:05:49 2024 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_access_module"
         link="/en/docs/http/ngx_http_access_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -21,9 +21,8 @@
 
 <para>
 Access can also be limited by
-<link doc="ngx_http_auth_basic_module.xml">password</link>, by the
-<link doc="ngx_http_auth_request_module.xml">result of subrequest</link>,
-or by <link doc="ngx_http_auth_jwt_module.xml">JWT</link>.
+<link doc="ngx_http_auth_basic_module.xml">password</link> or by the
+<link doc="ngx_http_auth_request_module.xml">result of subrequest</link>.
 Simultaneous limitation of access by address and by password is controlled
 by the <link doc="ngx_http_core_module.xml" id="satisfy"/> directive.
 </para>