diff xml/en/docs/http/ngx_http_core_module.xml @ 566:f8148fc88224

Documented 1.2.2 changes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Jul 2012 11:26:09 +0000
parents 6330ca27a485
children cac22cc79afd
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Jul 03 10:59:50 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Jul 03 11:26:09 2012 +0000
@@ -1851,13 +1851,13 @@
 resolver 127.0.0.1 [::1]:5353;
 </example>
 An address can be specified as a domain name or IP address,
-and an optional port (1.3.1).
+and an optional port (1.3.1, 1.2.2).
 If port is not specified, the port 53 is used.
 Name servers are queried in a round-robin fashion.
 <note>
 Before version 1.1.7, only a single name server could be configured.
 Specifying name servers using IPv6 addresses is supported
-starting from version 1.3.1.
+starting from versions 1.3.1 and 1.2.2.
 </note>
 By default, nginx caches answers using the TTL value of a response.
 An optional <literal>valid</literal> parameter allows to override it: