summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-18 15:51:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-18 15:51:14 +0000
commitee5f9e50b98e9e8b83ff7f1d83471a66b9bc4822 (patch)
treed33f8f55a32d7e4fb0827b8f34e496716e988e2c /auto/modules
parent4115de9fe3bcc21c1595e5ffb6e9a1c72030bc66 (diff)
downloadnginx-ee5f9e50b98e9e8b83ff7f1d83471a66b9bc4822.tar.gz
nginx-ee5f9e50b98e9e8b83ff7f1d83471a66b9bc4822.tar.bz2
ngx_http_scgi_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 550c6c6c6..9880b99dc 100644
--- a/auto/modules
+++ b/auto/modules
@@ -287,6 +287,11 @@ if [ $HTTP_UWSGI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_UWSGI_SRCS"
fi
+if [ $HTTP_SCGI = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_SCGI_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_SCGI_SRCS"
+fi
+
if [ $HTTP_PERL = YES ]; then
USE_PERL=YES
HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE"