summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/conf
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2018-10-03 17:50:03 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2018-10-03 17:50:03 +0300
commitea62327b008b39dc48a51aa80343b20a0a122cd6 (patch)
treea81a4c6e61ae35d3415f5991a55a1ecdd4dde0bb /auto/modules/conf
parent141ee2aa326d54eeecc2ef96f61e2d2d8068b6b1 (diff)
downloadunit-ea62327b008b39dc48a51aa80343b20a0a122cd6.tar.gz
unit-ea62327b008b39dc48a51aa80343b20a0a122cd6.tar.bz2
Added Node.js support.
Diffstat (limited to 'auto/modules/conf')
-rw-r--r--auto/modules/conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/modules/conf b/auto/modules/conf
index 93d28601..409b4bea 100644
--- a/auto/modules/conf
+++ b/auto/modules/conf
@@ -25,6 +25,10 @@ case "$nxt_module" in
. auto/modules/ruby
;;
+ nodejs)
+ . auto/modules/nodejs
+ ;;
+
*)
echo
echo $0: error: invalid module \"$nxt_module\".