comparison xml/en/docs/stream/ngx_stream_js_module.xml @ 2697:a45ba3a1d999

Corrected description of js_var for stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Mar 2021 15:39:14 +0100
parents 3cbd6e440581
children 42fb92e582db
comparison
equal deleted inserted replaced
2696:f85798c1c70a 2697:a45ba3a1d999
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_js_module" 9 <module name="Module ngx_stream_js_module"
10 link="/en/docs/stream/ngx_stream_js_module.html" 10 link="/en/docs/stream/ngx_stream_js_module.html"
11 lang="en" 11 lang="en"
12 rev="26"> 12 rev="27">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_js_module</literal> module is used to implement 17 The <literal>ngx_stream_js_module</literal> module is used to implement
292 <para> 292 <para>
293 Declares 293 Declares
294 a <link doc="../njs/reference.xml" id="r_variables">writable</link> 294 a <link doc="../njs/reference.xml" id="r_variables">writable</link>
295 variable. 295 variable.
296 The value can contain text, variables, and their combination. 296 The value can contain text, variables, and their combination.
297 The variable is not overwritten after a redirect
298 unlike variables created with the
299 <link doc="ngx_stream_set_module.xml" id="set"/> directive.
300 </para> 297 </para>
301 298
302 </directive> 299 </directive>
303 300
304 </section> 301 </section>