# HG changeset patch # User Yaroslav Zhuravlev # Date 1617115154 -3600 # Node ID a45ba3a1d99963e38bfc704ad0754bb0cab6dc4d # Parent f85798c1c70a784725cbe2b4d5fb928344368300 Corrected description of js_var for stream. diff --git a/xml/en/docs/stream/ngx_stream_js_module.xml b/xml/en/docs/stream/ngx_stream_js_module.xml --- a/xml/en/docs/stream/ngx_stream_js_module.xml +++ b/xml/en/docs/stream/ngx_stream_js_module.xml @@ -9,7 +9,7 @@ + rev="27">
@@ -294,9 +294,6 @@ Declares a writable variable. The value can contain text, variables, and their combination. -The variable is not overwritten after a redirect -unlike variables created with the - directive. diff --git a/xml/ru/docs/stream/ngx_stream_js_module.xml b/xml/ru/docs/stream/ngx_stream_js_module.xml --- a/xml/ru/docs/stream/ngx_stream_js_module.xml +++ b/xml/ru/docs/stream/ngx_stream_js_module.xml @@ -9,7 +9,7 @@ + rev="27">
@@ -295,9 +295,6 @@ function address(s) { перезаписываемую переменную. В качестве значения можно использовать текст, переменные и их комбинации. -Переменная не перезаписывается после перенаправления, -в отличие от переменных, созданных при помощи -директивы .