# HG changeset patch # User Yaroslav Zhuravlev # Date 1559135093 -10800 # Node ID 375a3dfde23bf4918929eb4002db869f21126813 # Parent 655e7de7fd4b3f059f5509c25a232c2909d38cdf Unified phrase "Parameter value can contain variables". diff -r 655e7de7fd4b -r 375a3dfde23b xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Wed May 29 16:04:53 2019 +0300 @@ -10,7 +10,7 @@ + rev="84">
@@ -1047,7 +1047,7 @@ -The value can contain variables (1.17.0). +Parameter value can contain variables (1.17.0). It may be useful in cases where rate should be limited depending on a certain condition: @@ -1103,7 +1103,7 @@ Sets the initial amount after which the further transmission of a response to a client will be rate limited. -The value can contain variables (1.17.0). +Parameter value can contain variables (1.17.0). diff -r 655e7de7fd4b -r 375a3dfde23b xml/en/docs/http/ngx_http_headers_module.xml --- a/xml/en/docs/http/ngx_http_headers_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/en/docs/http/ngx_http_headers_module.xml Wed May 29 16:04:53 2019 +0300 @@ -10,7 +10,7 @@ + rev="12">
@@ -57,7 +57,7 @@ Adds the specified field to a response header provided that the response code equals 200, 201 (1.3.10), 204, 206, 301, 302, 303, 304, 307 (1.1.16, 1.0.13), or 308 (1.13.0). -The value can contain variables. +Parameter value can contain variables. @@ -90,7 +90,7 @@ Adds the specified field to the end of a response provided that the response code equals 200, 201, 206, 301, 302, 303, 307, or 308. -The value can contain variables. +Parameter value can contain variables. diff -r 655e7de7fd4b -r 375a3dfde23b xml/en/docs/http/ngx_http_status_module.xml --- a/xml/en/docs/http/ngx_http_status_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/en/docs/http/ngx_http_status_module.xml Wed May 29 16:04:53 2019 +0300 @@ -9,7 +9,7 @@ + rev="19">
@@ -149,7 +149,7 @@ Alternatively, data may be output as JSONP. The callback parameter specifies the name of a callback function. -The value can contain variables. +Parameter value can contain variables. If parameter is omitted, or the computed value is an empty string, then “ngx_status_jsonp_callback” is used. diff -r 655e7de7fd4b -r 375a3dfde23b xml/en/docs/stream/ngx_stream_proxy_module.xml --- a/xml/en/docs/stream/ngx_stream_proxy_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml Wed May 29 16:04:53 2019 +0300 @@ -9,7 +9,7 @@ + rev="25">
@@ -143,7 +143,7 @@ -The value can contain variables (1.17.0). +Parameter value can contain variables (1.17.0). It may be useful in cases where rate should be limited depending on a certain condition: @@ -600,7 +600,7 @@ -The value can contain variables (1.17.0). +Parameter value can contain variables (1.17.0). It may be useful in cases where rate should be limited depending on a certain condition: diff -r 655e7de7fd4b -r 375a3dfde23b xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Wed May 29 16:04:53 2019 +0300 @@ -10,7 +10,7 @@ + rev="84">
diff -r 655e7de7fd4b -r 375a3dfde23b xml/ru/docs/http/ngx_http_headers_module.xml --- a/xml/ru/docs/http/ngx_http_headers_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_headers_module.xml Wed May 29 16:04:53 2019 +0300 @@ -10,7 +10,7 @@ + rev="12">
@@ -57,7 +57,7 @@ Добавляет указанное поле в заголовок ответа при условии, что код ответа равен 200, 201 (1.3.10), 204, 206, 301, 302, 303, 304, 307 (1.1.16, 1.0.13) или 308 (1.13.0). -В значении можно использовать переменные. +В значении параметра можно использовать переменные. diff -r 655e7de7fd4b -r 375a3dfde23b xml/ru/docs/http/ngx_http_status_module.xml --- a/xml/ru/docs/http/ngx_http_status_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_status_module.xml Wed May 29 16:04:53 2019 +0300 @@ -9,7 +9,7 @@ + rev="19">
@@ -151,7 +151,7 @@ Также данные могут выводиться в формате JSONP. Параметр callback задаёт имя callback-функции. -Значение может содержать переменные. +В значении параметра можно использовать переменные. Если параметр не задан или вычисленное значение является пустой строкой, используется имя “ngx_status_jsonp_callback”. diff -r 655e7de7fd4b -r 375a3dfde23b xml/ru/docs/stream/ngx_stream_proxy_module.xml --- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml Tue May 28 20:47:41 2019 +0300 +++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml Wed May 29 16:04:53 2019 +0300 @@ -9,7 +9,7 @@ + rev="25">