Skip to content

Commit

Permalink
upgrade: dongting_module
Browse files Browse the repository at this point in the history
  • Loading branch information
selboo committed Jan 17, 2022
1 parent bb00a18 commit 37a718c
Show file tree
Hide file tree
Showing 2 changed files with 1,919 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ngx_addon_name=ngx_http_dongting_module
if test -n "$ngx_module_link"; then
ngx_module_type=HTTP
ngx_module_name=ngx_http_dongting_module
ngx_module_srcs="$ngx_addon_dir/ngx_http_dongting_module.c"

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

0 comments on commit 37a718c

Please sign in to comment.