summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/conf
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
committerMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
commit4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf (patch)
treec72ab253541c53dd918afc86973192416078fceb /auto/modules/conf
parent5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4 (diff)
downloadunit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.gz
unit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.bz2
External Go app request processing.
Diffstat (limited to 'auto/modules/conf')
-rw-r--r--auto/modules/conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/auto/modules/conf b/auto/modules/conf
index f73be1e6..e4f68044 100644
--- a/auto/modules/conf
+++ b/auto/modules/conf
@@ -1,6 +1,6 @@
-# Copyright (C) NGINX, Inc.
# Copyright (C) Valentin V. Bartenev
+# Copyright (C) NGINX, Inc.
NXT_MODULES_INIT=
@@ -15,6 +15,10 @@ if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/conf
fi
+if [ $NXT_GO_MODULE != NO ]; then
+ . auto/modules/go/conf
+fi
+
NXT_MODULES_SRC=$NXT_BUILD_DIR/nxt_modules.c