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.
2 parents 23a2b95 + c0d103a commit 3ff0ec7Copy full SHA for 3ff0ec7
config
@@ -1,11 +1,14 @@
1
ngx_addon_name=ngx_http_proxy_connect_module
2
+
3
if test -n "$ngx_module_link"; then
4
ngx_module_type=HTTP
5
ngx_module_name=ngx_http_proxy_connect_module
6
ngx_module_srcs="$ngx_addon_dir/ngx_http_proxy_connect_module.c"
7
8
. auto/module
9
else
10
HTTP_MODULES="$HTTP_MODULES ngx_http_proxy_connect_module"
11
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_proxy_connect_module.c"
12
fi
13
14
have=NGX_HTTP_PROXY_CONNECT . auto/have
0 commit comments