summarylogtreecommitdiffstats
path: root/config
blob: 2eee34cfd2dc72bf851a996f5fa57ed73624de9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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