comparison xml/en/docs/http/ngx_http_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_http_js_module" 9 <module name="Module ngx_http_js_module"
10 link="/en/docs/http/ngx_http_js_module.html" 10 link="/en/docs/http/ngx_http_js_module.html"
11 lang="en" 11 lang="en"
12 rev="6"> 12 rev="7">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_js_module</literal> module is used to implement 17 The <literal>ngx_http_js_module</literal> module is used to implement
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 This module is not built by default, it should be compiled with 24 This module is not built by default, it should be compiled with
25 the nginScript module using the 25 the nginScript module using the
26 <literal>--add_module</literal> configuration parameter: 26 <literal>--add-module</literal> configuration parameter:
27 <example> 27 <example>
28 ./configure --add-module=<value>path-to-njs</value>/nginx 28 ./configure --add-module=<value>path-to-njs</value>/nginx
29 </example> 29 </example>
30 The <link url="http://hg.nginx.org/njs">repository</link> 30 The <link url="http://hg.nginx.org/njs">repository</link>
31 with the nginScript module can be cloned with the following command 31 with the nginScript module can be cloned with the following command
34 hg clone http://hg.nginx.org/njs 34 hg clone http://hg.nginx.org/njs
35 </example> 35 </example>
36 This module can also be built as 36 This module can also be built as
37 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>: 37 <link doc="../ngx_core_module.xml" id="load_module">dynamic</link>:
38 <example> 38 <example>
39 ./configure --add-dynamic_module=<value>path-to-njs</value>/nginx 39 ./configure --add-dynamic-module=<value>path-to-njs</value>/nginx
40 </example> 40 </example>
41 </para> 41 </para>
42 42
43 </section> 43 </section>
44 44