Skip to content

Commit

Permalink
add NGINX dynamic module support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajax16384 committed Feb 26, 2020
1 parent ded8e2c commit 0684f76
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
ngx_addon_name=ngx_http_untar_module
HTTP_MODULES="$HTTP_MODULES ngx_http_untar_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_untar_module.c"
if test -n "$ngx_module_link"; then
ngx_module_type=HTTP
ngx_module_name=ngx_http_untar_module
ngx_module_srcs="$ngx_addon_dir/ngx_http_untar_module.c"

. auto/module
else
HTTP_MODULES="$HTTP_MODULES ngx_http_untar_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_untar_module.c"
fi

0 comments on commit 0684f76

Please sign in to comment.