summaryrefslogtreecommitdiff
path: root/www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module')
-rw-r--r--www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module b/www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module
deleted file mode 100644
index 63f85c699a9b..000000000000
--- a/www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module
+++ /dev/null
@@ -1,9 +0,0 @@
---- work/nginx-upload-progress-module-0.9.2/config.orig 2018-01-27 09:47:26.335521000 +0100
-+++ work/nginx-upload-progress-module-0.9.2/config 2018-01-27 09:47:53.763756000 +0100
-@@ -1,5 +1,5 @@
- ngx_addon_name=ngx_http_uploadprogress_module
--if test -n "$ngx_module_link"; then
-+if [ $ngx_module_link = DYNAMIC ] ; then
- ngx_module_type=FILTER
- ngx_module_name=ngx_http_uploadprogress_module
- ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"