mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
import original ngx_http_uwsgi_module version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user