# HG changeset patch # User Ruslan Ermilov # Date 1326703819 0 # Node ID 4a0fe9283dc79d3bd8a459f794534a0b30a0b6bc # Parent fc9febb41ae15a2da5c9b92022ce3983a29ee30d Word polishing in the description of the "server" directive. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -1704,7 +1704,7 @@ closed normally. location -Configures name servers used to resolve upstream server names, +Configures name servers used to resolve names of upstream servers, for example: resolver 127.0.0.1 192.0.2.1; diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -1693,7 +1693,7 @@ open_file_cache_events on; location -Задаёт серверы DNS, используемые для преобразования имён апстрим серверов +Задаёт серверы DNS, используемые для преобразования имён вышестоящих серверов в адреса, например: resolver 127.0.0.1 192.0.2.1;