comparison xml/en/docs/stream/ngx_stream_js_module.xml @ 2591:f27cedd43e0f

Corrected syntax of js_path in stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 02 Sep 2020 16:10:37 +0300
parents 33468af2eaf7
children ea9f4dc0c801
comparison
equal deleted inserted replaced
2590:4bd331eb804c 2591:f27cedd43e0f
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="20"> 12 rev="21">
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
223 223
224 <directive name="js_path"> 224 <directive name="js_path">
225 <syntax> 225 <syntax>
226 <value>path</value></syntax> 226 <value>path</value></syntax>
227 <default/> 227 <default/>
228 <context>http</context> 228 <context>stream</context>
229 <appeared-in>0.3.0</appeared-in> 229 <appeared-in>0.3.0</appeared-in>
230 230
231 <para> 231 <para>
232 Sets an additional path for njs modules. 232 Sets an additional path for njs modules.
233 </para> 233 </para>