changeset 318:4a0fe9283dc7

Word polishing in the description of the "server" directive.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 16 Jan 2012 08:50:19 +0000
parents fc9febb41ae1
children 9d4501c2726d
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Jan 16 05:47:59 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Jan 16 08:50:19 2012 +0000
@@ -1704,7 +1704,7 @@
 <context>location</context>
 
 <para>
-Configures name servers used to resolve upstream server names,
+Configures name servers used to resolve names of upstream servers,
 for example:
 <example>
 resolver 127.0.0.1 192.0.2.1;
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Mon Jan 16 05:47:59 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Mon Jan 16 08:50:19 2012 +0000
@@ -1693,7 +1693,7 @@
 <context>location</context>
 
 <para>
-Задаёт серверы DNS, используемые для преобразования имён апстрим серверов
+Задаёт серверы DNS, используемые для преобразования имён вышестоящих серверов
 в адреса, например:
 <example>
 resolver 127.0.0.1 192.0.2.1;