# HG changeset patch # User Yaroslav Zhuravlev # Date 1482263583 -10800 # Node ID c6b5826b64f7e201693791cf55cf3ab2ad22f1ab # Parent e42f6c54ea5fb77c9d19a50a5f1bedddd45e07bc Documented the "volatile" parameter of the "map" directive. diff -r e42f6c54ea5f -r c6b5826b64f7 xml/en/docs/http/ngx_http_map_module.xml --- a/xml/en/docs/http/ngx_http_map_module.xml Tue Dec 20 16:05:31 2016 +0300 +++ b/xml/en/docs/http/ngx_http_map_module.xml Tue Dec 20 22:53:03 2016 +0300 @@ -10,7 +10,7 @@ + rev="5">
@@ -109,7 +109,7 @@ -The directive also supports three special parameters: +The following special parameters are also supported: default value @@ -144,6 +144,11 @@ There can be several inclusions. +volatile + +indicates that the variable is not cacheable (1.11.7). + + diff -r e42f6c54ea5f -r c6b5826b64f7 xml/en/docs/stream/ngx_stream_map_module.xml --- a/xml/en/docs/stream/ngx_stream_map_module.xml Tue Dec 20 16:05:31 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_map_module.xml Tue Dec 20 22:53:03 2016 +0300 @@ -10,7 +10,7 @@ + rev="2">
@@ -95,7 +95,7 @@ -The directive also supports three special parameters: +The following special parameters are also supported: default value @@ -130,6 +130,11 @@ There can be several inclusions. +volatile + +indicates that the variable is not cacheable (1.11.7). + + diff -r e42f6c54ea5f -r c6b5826b64f7 xml/ru/docs/http/ngx_http_map_module.xml --- a/xml/ru/docs/http/ngx_http_map_module.xml Tue Dec 20 16:05:31 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_map_module.xml Tue Dec 20 22:53:03 2016 +0300 @@ -10,7 +10,7 @@ + rev="5">
@@ -110,7 +110,7 @@ -Директива также поддерживает три специальных параметра: +Также поддерживаются следующие специальные параметры: default значение @@ -146,6 +146,11 @@ Включений может быть несколько. +volatile + +указывает, что переменная не кэшируется (1.11.7). + + diff -r e42f6c54ea5f -r c6b5826b64f7 xml/ru/docs/stream/ngx_stream_map_module.xml --- a/xml/ru/docs/stream/ngx_stream_map_module.xml Tue Dec 20 16:05:31 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_map_module.xml Tue Dec 20 22:53:03 2016 +0300 @@ -10,7 +10,7 @@ + rev="2">
@@ -96,7 +96,7 @@ -Директива также поддерживает три специальных параметра: +Также поддерживаются следующие специальные параметры: default значение @@ -132,6 +132,11 @@ Включений может быть несколько. +volatile + +указывает, что переменная не кэшируется (1.11.7). + +