From 3a881d30b5876bd0ad74e71a8aa6b5e4ca8b4eac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jun 2010 15:53:11 +0000 Subject: import original ngx_http_uwsgi_module version --- auto/modules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/modules') 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" -- cgit