# HG changeset patch # User Maxim Dounin # Date 1385394934 -14400 # Node ID 375055da60fae22c8dfa6b385e1f72739fa0b9b6 # Parent f6910d313faaf247a1e1b56494d28d112e81cef7 Improved wording of merge_slashes etc. (ticket #448). 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 @@ -10,7 +10,7 @@ + rev="24">
@@ -721,9 +721,9 @@ directive). -A directive can be specified on the level -in a default server. -In this case, its value will apply to all virtual servers +If the directive is specified on the level, +its value is only used if a server is a default one. +The value specified also applies to all virtual servers listening on the same address and port. @@ -1588,9 +1588,9 @@ the compression off. -A directive can be specified on the level -in a default server. -In this case, its value will apply to all virtual servers +If the directive is specified on the level, +its value is only used if a server is a default one. +The value specified also applies to all virtual servers listening on the same address and port. @@ -2669,9 +2669,9 @@ marked as invalid and become subject to -A directive can be specified on the level -in a default server. -In this case, its value will apply to all virtual servers +If the directive is specified on the level, +its value is only used if a server is a default one. +The value specified also applies to all virtual servers listening on the same address and port. 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 @@ -10,7 +10,7 @@ + rev="24">
@@ -717,9 +717,10 @@ location @fallback { -Директива может быть указана на уровне -в сервере по умолчанию. -В этом случае её значение распространяется на все виртуальные серверы, +Если директива указана на уровне , +её значение используется только в том случае, +если сервер является сервером по умолчанию. +Указанное значение распространяется на все виртуальные серверы, слушающие на том же адресе и порту. @@ -1586,9 +1587,10 @@ location /scripts/ { -Директива может быть указана на уровне -в сервере по умолчанию. -В этом случае её значение распространяется на все виртуальные серверы, +Если директива указана на уровне , +её значение используется только в том случае, +если сервер является сервером по умолчанию. +Указанное значение распространяется на все виртуальные серверы, слушающие на том же адресе и порту. @@ -2663,9 +2665,10 @@ location /download/ { -Директива может быть указана на уровне -в сервере по умолчанию. -В этом случае её значение распространяется на все виртуальные серверы, +Если директива указана на уровне , +её значение используется только в том случае, +если сервер является сервером по умолчанию. +Указанное значение распространяется на все виртуальные серверы, слушающие на том же адресе и порту.