External Go app request processing.

This commit is contained in:
Max Romanov
2017-06-23 19:20:08 +03:00
parent 5a43bd0bfd
commit 4a1b59c27a
26 changed files with 2334 additions and 1 deletions

View File

@@ -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