Skip to content

Commit afb2d31

Browse files
author
Brice Figureau
authored
Merge pull request masterzen#51 from Whissi/issue_50
config: Fix ngx_module_type
2 parents cfbbbf8 + dd13854 commit afb2d31

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
@@ -1,6 +1,6 @@
11
ngx_addon_name=ngx_http_uploadprogress_module
22
if test -n "$ngx_module_link"; then
3-
ngx_module_type=FILTER
3+
ngx_module_type=HTTP_FILTER
44
ngx_module_name=ngx_http_uploadprogress_module
55
ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"
66

0 commit comments

Comments
 (0)