Skip to content

Commit 46a97a6

Browse files
committed
dynamic module ordering voodoo
1 parent c72105a commit 46a97a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if test -n "$ngx_module_link"; then
9898
ngx_module_libs="$ngx_feature_libs"
9999
ngx_module_incs="$ngx_feature_path"
100100

101-
ngx_module_order="ngx_http_chunked_filter_module ngx_http_v2_filter_module $ngx_module_name"
101+
ngx_module_order="ngx_http_chunked_filter_module ngx_http_v2_filter_module $ngx_module_name ngx_http_range_header_filter_module"
102102

103103
. auto/module
104104
else

0 commit comments

Comments
 (0)