summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-01 15:53:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-01 15:53:11 +0000
commit3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac (patch)
treeff7a6f70ec1b2f82114d0e890db015b24a8ca556 /auto/modules
parent1a310e39debe5b6200e5177548360776f57f7869 (diff)
downloadnginx-3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac.tar.gz
nginx-3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac.tar.bz2
import original ngx_http_uwsgi_module version
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 02a5bdf53..550c6c6c6 100644
--- a/auto/modules
+++ b/auto/modules
@@ -282,6 +282,11 @@ if [ $HTTP_FASTCGI = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_FASTCGI_SRCS"
fi
+if [ $HTTP_UWSGI = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_UWSGI_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_UWSGI_SRCS"
+fi
+
if [ $HTTP_PERL = YES ]; then
USE_PERL=YES
HTTP_MODULES="$HTTP_MODULES $HTTP_PERL_MODULE"