Skip to content

Commit c81c951

Browse files
authored
bugfix: fixed typo in config.
1 parent af941e8 commit c81c951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ HTTP_LUA_DEPS=" \
331331
$ngx_addon_dir/src/ngx_http_lua_cache.h \
332332
$ngx_addon_dir/src/ngx_http_lua_precontentby.h \
333333
$ngx_addon_dir/src/ngx_http_lua_contentby.h \
334-
$ngx_addon_dir/src/ngx_http_lua_server_rewriteby.c \
334+
$ngx_addon_dir/src/ngx_http_lua_server_rewriteby.h \
335335
$ngx_addon_dir/src/ngx_http_lua_rewriteby.h \
336336
$ngx_addon_dir/src/ngx_http_lua_accessby.h \
337337
$ngx_addon_dir/src/ngx_http_lua_setby.h \

0 commit comments

Comments
 (0)