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
commit5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4 (patch)
tree1b5fed79ddee1a884e117c7710593a3dfe298d94 /auto/modules/conf
parentfa6582d9ad581451c8406ec2022b5df23676d0bb (diff)
downloadunit-5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4.tar.gz
unit-5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4.tar.bz2
PHP app request processing.
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 f060bdeb..f73be1e6 100644
--- a/auto/modules/conf
+++ b/auto/modules/conf
@@ -11,6 +11,10 @@ if [ $NXT_PYTHON_MODULE != NO ]; then
. auto/modules/python/conf
fi
+if [ $NXT_PHP_MODULE != NO ]; then
+ . auto/modules/php/conf
+fi
+
NXT_MODULES_SRC=$NXT_BUILD_DIR/nxt_modules.c