We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a02801 commit 4688700Copy full SHA for 4688700
config
@@ -1,5 +1,6 @@
1
USE_MD5=YES
2
USE_SHA1=YES
3
+USE_ZLIB=YES
4
ngx_addon_name=ngx_http_upload_module
5
HTTP_MODULES="$HTTP_MODULES ngx_http_upload_module ngx_upload_unzip_filter_module ngx_upload_discard_filter_module"
6
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_upload_module.c $ngx_addon_dir/ngx_upload_unzip_filter_module.c $ngx_addon_dir/ngx_upload_discard_filter_module.c"
0 commit comments