summarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config16
1 files changed, 16 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 000000000000..2eee34cfd2dc
--- /dev/null
+++ b/config
@@ -0,0 +1,16 @@
+# From: https://github.com/vkholodkov/nginx-upload-module/issues/78
+
+USE_MD5=YES
+USE_SHA1=YES
+ngx_addon_name=ngx_http_upload_module
+
+if test -n "$ngx_module_link"; then
+ ngx_module_type=HTTP
+ ngx_module_name=ngx_http_upload_module
+ ngx_module_srcs="$ngx_addon_dir/ngx_http_upload_module.c"
+
+ . auto/module
+else
+ HTTP_MODULES="$HTTP_MODULES ngx_http_upload_module"
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_upload_module.c"
+fi