summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules11
1 files changed, 11 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 8989212b8..c199d89bf 100644
--- a/auto/modules
+++ b/auto/modules
@@ -781,6 +781,17 @@ if [ $HTTP = YES ]; then
. auto/module
fi
+ if [ $HTTP_PROXY = YES -a $HTTP_V2 = YES ]; then
+ ngx_module_name=ngx_http_proxy_v2_module
+ ngx_module_incs=
+ ngx_module_deps=
+ ngx_module_srcs=src/http/modules/ngx_http_proxy_v2_module.c
+ ngx_module_libs=
+ ngx_module_link=$HTTP_V2
+
+ . auto/module
+ fi
+
if [ $HTTP_PERL != NO ]; then
ngx_module_name=ngx_http_perl_module
ngx_module_incs=src/http/modules/perl