We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002f8f9 commit afcf929Copy full SHA for afcf929
config
@@ -1,5 +1,11 @@
1
ngx_addon_name=ngx_http_proxy_connect_module
2
-HTTP_MODULES="$HTTP_MODULES ngx_http_proxy_connect_module"
3
-NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_proxy_connect_module.c"
4
-
+if test -n "$ngx_module_link"; then
+ ngx_module_type=HTTP
+ ngx_module_name=ngx_http_proxy_connect_module
5
+ ngx_module_srcs="$ngx_addon_dir/ngx_http_proxy_connect_module.c"
6
+ . auto/module
7
+else
8
+ HTTP_MODULES="$HTTP_MODULES ngx_http_proxy_connect_module"
9
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_proxy_connect_module.c"
10
+fi
11
have=NGX_HTTP_PROXY_CONNECT . auto/have
0 commit comments