# HG changeset patch # User Yaroslav Zhuravlev # Date 1464109882 -10800 # Node ID 8aa362a99f7c5d50297d0b78a16fde4bd3c1b97a # Parent a2f2673b248dc92cc36ff899070706b148e16235 Documented support for complex values in resulting strings in map. diff -r a2f2673b248d -r 8aa362a99f7c xml/en/docs/http/ngx_http_map_module.xml --- a/xml/en/docs/http/ngx_http_map_module.xml Tue May 24 19:21:26 2016 +0300 +++ b/xml/en/docs/http/ngx_http_map_module.xml Tue May 24 20:11:22 2016 +0300 @@ -10,7 +10,7 @@ + rev="4">
@@ -104,8 +104,8 @@ -The resulting value can be a string -or another variable (0.9.0). +The resulting value can contain text, +variable (0.9.0), and their combination. (1.11.0). diff -r a2f2673b248d -r 8aa362a99f7c xml/ru/docs/http/ngx_http_map_module.xml --- a/xml/ru/docs/http/ngx_http_map_module.xml Tue May 24 19:21:26 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_map_module.xml Tue May 24 20:11:22 2016 +0300 @@ -10,7 +10,7 @@ + rev="4">
@@ -105,8 +105,8 @@ -В качестве результирующего значения можно указать строку -или другую переменную (0.9.0). +В качестве результирующего значения можно указать текст, +переменную (0.9.0) и их комбинации (1.11.0).