# HG changeset patch # User Yaroslav Zhuravlev # Date 1529430213 -10800 # Node ID 523dc4cc8745e1a9f8c09fb4ff2010ae9decd531 # Parent ed905ab118c703868dfae96e603e3dc7b46b1d08 Updated installation procedure in njs modules. diff --git a/xml/en/docs/http/ngx_http_js_module.xml b/xml/en/docs/http/ngx_http_js_module.xml --- a/xml/en/docs/http/ngx_http_js_module.xml +++ b/xml/en/docs/http/ngx_http_js_module.xml @@ -9,7 +9,7 @@ + rev="13">
@@ -21,23 +21,9 @@ a subset of the JavaScript language. -This module is not built by default, it should be compiled with -the njs module using the ---add-module configuration parameter: - -./configure --add-module=path-to-njs/nginx - -The repository -with the njs module can be cloned with the following command -(requires Mercurial client): - -hg clone http://hg.nginx.org/njs - -This module can also be built as -dynamic: - -./configure --add-dynamic-module=path-to-njs/nginx - +This module is not built by default. +Download and install instructions are available +here.
diff --git a/xml/en/docs/stream/ngx_stream_js_module.xml b/xml/en/docs/stream/ngx_stream_js_module.xml --- a/xml/en/docs/stream/ngx_stream_js_module.xml +++ b/xml/en/docs/stream/ngx_stream_js_module.xml @@ -9,7 +9,7 @@ + rev="12">
@@ -20,23 +20,9 @@ a subset of the JavaScript language. -This module is not built by default, it should be compiled with -the njs module using the ---add-module configuration parameter: - -./configure --add-module=path-to-njs/nginx - -The repository -with the njs module can be cloned with the following command -(requires Mercurial client): - -hg clone http://hg.nginx.org/njs - -This module can also be built as -dynamic: - -./configure --add-dynamic-module=path-to-njs/nginx - +This module is not built by default. +Download and install instructions are available +here.
diff --git a/xml/ru/docs/http/ngx_http_js_module.xml b/xml/ru/docs/http/ngx_http_js_module.xml --- a/xml/ru/docs/http/ngx_http_js_module.xml +++ b/xml/ru/docs/http/ngx_http_js_module.xml @@ -9,7 +9,7 @@ + rev="13">
@@ -21,23 +21,9 @@ -По умолчанию этот модуль не собирается, его необходимо собрать с -модулем njs с помощью конфигурационного параметра ---add-module: - -./configure --add-module=path-to-njs/nginx - -Репозиторий -модуля njs можно клонировать следующей командой -(необходим клиент Mercurial): - -hg clone http://hg.nginx.org/njs - -Модуль также можно собрать как -динамический: - -./configure --add-dynamic-module=path-to-njs/nginx - +По умолчанию этот модуль не собирается. +Инструкция по сборке и установке доступны +здесь.
diff --git a/xml/ru/docs/stream/ngx_stream_js_module.xml b/xml/ru/docs/stream/ngx_stream_js_module.xml --- a/xml/ru/docs/stream/ngx_stream_js_module.xml +++ b/xml/ru/docs/stream/ngx_stream_js_module.xml @@ -9,7 +9,7 @@ + rev="12">
@@ -20,23 +20,9 @@ -По умолчанию этот модуль не собирается, его необходимо собрать с -модулем njs с помощью конфигурационного параметра ---add-module: - -./configure --add-module=path-to-njs/nginx - -Репозиторий -модуля njs можно клонировать следующей командой -(необходим клиент Mercurial): - -hg clone http://hg.nginx.org/njs - -Модуль также можно собрать как -динамический: - -./configure --add-dynamic-module=path-to-njs/nginx - +По умолчанию этот модуль не собирается. +Инструкция по сборке и установке доступны +здесь.