comparison xml/en/docs/http/ngx_http_core_module.xml @ 1770:ae46e57cecba

Added note to the "resover" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Aug 2016 15:14:31 +0300
parents a7974b8d2a23
children da6a3e401b26
comparison
equal deleted inserted replaced
1769:cc9d4e09a708 1770:ae46e57cecba
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="60"> 13 rev="61">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2072 </example> 2072 </example>
2073 <note> 2073 <note>
2074 Before version 1.1.9, tuning of caching time was not possible, 2074 Before version 1.1.9, tuning of caching time was not possible,
2075 and nginx always cached answers for the duration of 5 minutes. 2075 and nginx always cached answers for the duration of 5 minutes.
2076 </note> 2076 </note>
2077 <note>
2078 To prevent DNS spoofing, it is recommended
2079 configuring DNS servers in a properly secured trusted local network.
2080 </note>
2077 </para> 2081 </para>
2078 2082
2079 </directive> 2083 </directive>
2080 2084
2081 2085