comparison xml/en/docs/stream/ngx_stream_js_module.xml @ 2026:af51ec6b5489

Fixed typos in njs configure string examples. Reported by PGNet Dev.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Aug 2017 13:43:08 +0300
parents 0227aa9b87de
children 59a3cc84f507
comparison
equal deleted inserted replaced
2025:1fe9f481d8ce 2026:af51ec6b5489
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="7"> 12 rev="8">
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
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 This module is not built by default, it should be compiled with 23 This module is not built by default, it should be compiled with
24 the nginScript module using the 24 the nginScript module using the
25 <literal>--add_module</literal> configuration parameter: 25 <literal>--add-module</literal> configuration parameter:
26 <example> 26 <example>
27 ./configure --add-module=<value>path-to-njs</value>/nginx 27 ./configure --add-module=<value>path-to-njs</value>/nginx
28 </example> 28 </example>
29 The <link url="http://hg.nginx.org/njs">repository</link> 29 The <link url="http://hg.nginx.org/njs">repository</link>
30 with the nginScript module can be cloned with the following command 30 with the nginScript module can be cloned with the following command
33 hg clone http://hg.nginx.org/njs 33 hg clone http://hg.nginx.org/njs
34 </example> 34 </example>
35 This module can also be built as 35 This module can also be built as
36 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>: 36 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>:
37 <example> 37 <example>
38 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx 38 ./configure --add-dynamic-module=<value>path-to-njs</value>/nginx
39 </example> 39 </example>
40 </para> 40 </para>
41 41
42 </section> 42 </section>
43 43