Link Here
|
|
|
1 |
--- ../nginx-upload-progress-module-0.9.2/config.orig 2018-01-27 09:47:26.335521000 +0100 |
2 |
+++ ../nginx-upload-progress-module-0.9.2/config 2018-01-27 09:47:53.763756000 +0100 |
3 |
@@ -1,5 +1,5 @@ |
4 |
ngx_addon_name=ngx_http_uploadprogress_module |
5 |
-if test -n "$ngx_module_link"; then |
6 |
+if [ $ngx_module_link = DYNAMIC ] ; then |
7 |
ngx_module_type=FILTER |
8 |
ngx_module_name=ngx_http_uploadprogress_module |
9 |
ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c" |