diff xml/en/docs/stream/ngx_stream_js_module.xml @ 2534:33468af2eaf7

Moved load_module from examples of js modules to Installation.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 22 Apr 2020 16:54:18 +0100
parents 617bc29bd759
children f27cedd43e0f
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_js_module.xml	Wed Apr 22 16:54:18 2020 +0100
+++ b/xml/en/docs/stream/ngx_stream_js_module.xml	Wed Apr 22 16:54:18 2020 +0100
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_js_module"
         link="/en/docs/stream/ngx_stream_js_module.html"
         lang="en"
-        rev="19">
+        rev="20">
 
 <section id="summary">
 
@@ -33,9 +33,6 @@
 The example works since
 <link doc="../njs/changes.xml" id="njs0.4.0">0.4.0</link>.
 <example>
-load_module modules/ngx_stream_js_module.so;
-...
-
 stream {
     js_import stream.js;