# HG changeset patch # User Ruslan Ermilov # Date 1343741083 0 # Node ID 0526cac4637ea135eaafdf169910de5da67a7183 # Parent 95f5c0f0da302fdf1660ab105b4045d61dd430f0 Removed intimate details of the "debug_connection" directive's behavior that is soon to be changed again. diff --git a/xml/en/docs/ngx_core_module.xml b/xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml +++ b/xml/en/docs/ngx_core_module.xml @@ -98,11 +98,7 @@ Other connections will use logging level directive. Debugged connections are specified by IPv4 or IPv6 (1.3.0, 1.2.1) address or network. -A connection may also be specified using a hostname, in which case -all IPv4 addresses corresponding to a name are used. - -Prior to version 1.3.4 only the first IPv4 address was used in this case. - +A connection may also be specified using a hostname. For connections using UNIX-domain sockets (1.3.0, 1.2.1), debugging log is enabled by the “unix:” parameter. diff --git a/xml/ru/docs/ngx_core_module.xml b/xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml +++ b/xml/ru/docs/ngx_core_module.xml @@ -98,11 +98,7 @@ events { . Отлаживаемые соединения задаются IPv4 или IPv6 (1.3.0, 1.2.1) адресом или сетью. -Соединение может быть также задано при помощи имени хоста, в этом случае -используются все IPv4-адреса, соответствующие имени. - -До версии 1.3.4 в этом случае использовался только первый IPv4-адрес. - +Соединение может быть также задано при помощи имени хоста. Отладочный лог для соединений через UNIX-сокеты (1.3.0, 1.2.1) включается параметром “unix:”.