# HG changeset patch # User Yaroslav Zhuravlev # Date 1439906438 -10800 # Node ID 80aba0439f7d7c09dc16c2d2e04aaac103c3fb7f # Parent b039a03a17fb0fe537d2e35f400bac0007a48c5c Sub filter: documented variables support in strings to replace. diff --git a/xml/en/docs/http/ngx_http_sub_module.xml b/xml/en/docs/http/ngx_http_sub_module.xml --- a/xml/en/docs/http/ngx_http_sub_module.xml +++ b/xml/en/docs/http/ngx_http_sub_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -55,7 +55,7 @@ location / { Sets a string to replace and a replacement string. The string to replace is matched ignoring the case. -The replacement string can contain variables. +The string to replace (1.9.4) and replacement string can contain variables. diff --git a/xml/ru/docs/http/ngx_http_sub_module.xml b/xml/ru/docs/http/ngx_http_sub_module.xml --- a/xml/ru/docs/http/ngx_http_sub_module.xml +++ b/xml/ru/docs/http/ngx_http_sub_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -55,7 +55,7 @@ location / { Задаёт строку, которую нужно заменить, и строку замены. Заменяемая строка проверяется без учёта регистра. -В строке замены можно использовать переменные. +В заменяемой строке (1.9.4) и в строке замены можно использовать переменные.