comparison xml/en/docs/http/ngx_http_core_module.xml @ 2424:dd3ac7eefeed

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 02 Sep 2019 14:12:20 +0300
parents 375a3dfde23b
children a26a42699207
comparison
equal deleted inserted replaced
2423:21f1376238b0 2424:dd3ac7eefeed
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="84"> 13 rev="85">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
2106 2106
2107 <directive name="resolver"> 2107 <directive name="resolver">
2108 <syntax> 2108 <syntax>
2109 <value>address</value> ... 2109 <value>address</value> ...
2110 [<literal>valid</literal>=<value>time</value>] 2110 [<literal>valid</literal>=<value>time</value>]
2111 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]</syntax> 2111 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]
2112 [<literal>status_zone</literal>=<value>zone</value>]</syntax>
2112 <default/> 2113 <default/>
2113 <context>http</context> 2114 <context>http</context>
2114 <context>server</context> 2115 <context>server</context>
2115 <context>location</context> 2116 <context>location</context>
2116 2117
2149 To prevent DNS spoofing, it is recommended 2150 To prevent DNS spoofing, it is recommended
2150 configuring DNS servers in a properly secured trusted local network. 2151 configuring DNS servers in a properly secured trusted local network.
2151 </note> 2152 </note>
2152 </para> 2153 </para>
2153 2154
2155 <para id="resolver_status_zone">
2156 The optional <literal>status_zone</literal> parameter (1.17.1)
2157 enables
2158 <link doc="ngx_http_api_module.xml" id="resolvers_">collection</link>
2159 of DNS server statistics of requests and responses
2160 in the specified <value>zone</value>.
2161 The parameter is available as part of our
2162 <commercial_version>commercial subscription</commercial_version>.
2163 </para>
2164
2154 </directive> 2165 </directive>
2155 2166
2156 2167
2157 <directive name="resolver_timeout"> 2168 <directive name="resolver_timeout">
2158 <syntax><value>time</value></syntax> 2169 <syntax><value>time</value></syntax>