diff xml/en/docs/http/ngx_http_core_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 cbd963190c15
children 3b5594157fab
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Feb 14 20:05:46 2024 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Feb 14 20:05:49 2024 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="106">
+        rev="107">
 
 <section id="directives" name="Directives">
 
@@ -260,9 +260,8 @@
 <para>
 Delays processing of unauthorized requests with 401 response code
 to prevent timing attacks when access is 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>.
 </para>
 
 </directive>
@@ -855,7 +854,6 @@
 requests redirected by the
 <link id="error_page"/>,
 <link doc="ngx_http_index_module.xml" id="index"/>,
-<link doc="ngx_http_internal_redirect_module.xml" id="internal_redirect"/>,
 <link doc="ngx_http_random_index_module.xml" id="random_index"/>, and
 <link id="try_files"/> directives;
 </listitem>
@@ -1070,11 +1068,8 @@
 Allowing the <literal>GET</literal> method makes the
 <literal>HEAD</literal> method also allowed.
 Access to other methods can be limited using the
-<link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
-<link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
-and
-<link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
-(1.13.10)
+<link doc="ngx_http_access_module.xml">ngx_http_access_module</link> and
+<link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>
 modules directives:
 <example>
 limit_except GET {
@@ -2186,8 +2181,7 @@
     <value>address</value> ...
     [<literal>valid</literal>=<value>time</value>]
     [<literal>ipv4</literal>=<literal>on</literal>|<literal>off</literal>]
-    [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]
-    [<literal>status_zone</literal>=<value>zone</value>]</syntax>
+    [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]</syntax>
 <default/>
 <context>http</context>
 <context>server</context>
@@ -2237,16 +2231,6 @@
 </note>
 </para>
 
-<para id="resolver_status_zone">
-The optional <literal>status_zone</literal> parameter (1.17.1)
-enables
-<link doc="ngx_http_api_module.xml" id="resolvers_">collection</link>
-of DNS server statistics of requests and responses
-in the specified <value>zone</value>.
-The parameter is available as part of our
-<commercial_version>commercial subscription</commercial_version>.
-</para>
-
 </directive>
 
 
@@ -2314,9 +2298,8 @@
 (<literal>any</literal>) of the
 <link doc="ngx_http_access_module.xml">ngx_http_access_module</link>,
 <link doc="ngx_http_auth_basic_module.xml">ngx_http_auth_basic_module</link>,
-<link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>,
 or
-<link doc="ngx_http_auth_jwt_module.xml">ngx_http_auth_jwt_module</link>
+<link doc="ngx_http_auth_request_module.xml">ngx_http_auth_request_module</link>
 modules allow access.
 </para>
 
@@ -2667,8 +2650,7 @@
 <syntax>
     <literal>on</literal> |
     <literal>off</literal> |
-    <literal>build</literal> |
-    <value>string</value></syntax>
+    <literal>build</literal></syntax>
 <default>on</default>
 <context>http</context>
 <context>server</context>
@@ -2685,16 +2667,6 @@
 along with nginx version.
 </para>
 
-<para>
-Additionally, as part of our
-<commercial_version>commercial subscription</commercial_version>,
-starting from version 1.9.13
-the signature on error pages and
-the <header>Server</header> response header field value
-can be set explicitly using the <value>string</value> with variables.
-An empty string disables the emission of the <header>Server</header> field.
-</para>
-
 </directive>