Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ HTTP_LUA_SRCS=" \
$ngx_addon_dir/src/ngx_http_lua_input_filters.c \
$ngx_addon_dir/src/ngx_http_lua_pipe.c \
$ngx_addon_dir/src/ngx_http_lua_worker_thread.c \
$ngx_addon_dir/src/ngx_http_lua_async_fs.c \
"

HTTP_LUA_DEPS=" \
Expand Down Expand Up @@ -369,6 +370,7 @@ HTTP_LUA_DEPS=" \
$ngx_addon_dir/src/ngx_http_lua_input_filters.h \
$ngx_addon_dir/src/ngx_http_lua_pipe.h \
$ngx_addon_dir/src/ngx_http_lua_worker_thread.h \
$ngx_addon_dir/src/ngx_http_lua_async_fs.h \
"

# ----------------------------------------
Expand Down
Loading
Loading