# HG changeset patch # User Yaroslav Zhuravlev # Date 1482263583 -10800 # Node ID c6b5826b64f7e201693791cf55cf3ab2ad22f1ab # Parent e42f6c54ea5fb77c9d19a50a5f1bedddd45e07bc Documented the "volatile" parameter of the "map" directive. diff --git a/xml/en/docs/http/ngx_http_map_module.xml b/xml/en/docs/http/ngx_http_map_module.xml --- a/xml/en/docs/http/ngx_http_map_module.xml +++ b/xml/en/docs/http/ngx_http_map_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -109,7 +109,7 @@ variable (0.9.0), and their combination -The directive also supports three special parameters: +The following special parameters are also supported: default value @@ -144,6 +144,11 @@ includes a file with values. There can be several inclusions. +volatile + +indicates that the variable is not cacheable (1.11.7). + + diff --git a/xml/en/docs/stream/ngx_stream_map_module.xml b/xml/en/docs/stream/ngx_stream_map_module.xml --- a/xml/en/docs/stream/ngx_stream_map_module.xml +++ b/xml/en/docs/stream/ngx_stream_map_module.xml @@ -10,7 +10,7 @@ + rev="2">
@@ -95,7 +95,7 @@ variable, and their combination. -The directive also supports three special parameters: +The following special parameters are also supported: default value @@ -130,6 +130,11 @@ includes a file with values. There can be several inclusions. +volatile + +indicates that the variable is not cacheable (1.11.7). + + diff --git a/xml/ru/docs/http/ngx_http_map_module.xml b/xml/ru/docs/http/ngx_http_map_module.xml --- a/xml/ru/docs/http/ngx_http_map_module.xml +++ b/xml/ru/docs/http/ngx_http_map_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -110,7 +110,7 @@ map $http_user_agent $mobile { -Директива также поддерживает три специальных параметра: +Также поддерживаются следующие специальные параметры: default значение @@ -146,6 +146,11 @@ example.com 1; Включений может быть несколько. +volatile + +указывает, что переменная не кэшируется (1.11.7). + + diff --git a/xml/ru/docs/stream/ngx_stream_map_module.xml b/xml/ru/docs/stream/ngx_stream_map_module.xml --- a/xml/ru/docs/stream/ngx_stream_map_module.xml +++ b/xml/ru/docs/stream/ngx_stream_map_module.xml @@ -10,7 +10,7 @@ + rev="2">
@@ -96,7 +96,7 @@ limit_conn addr 1; -Директива также поддерживает три специальных параметра: +Также поддерживаются следующие специальные параметры: default значение @@ -132,6 +132,11 @@ example.com 1; Включений может быть несколько. +volatile + +указывает, что переменная не кэшируется (1.11.7). + +