From e6f4d459c2efcc4ee6179c72b16a80c146239e7b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 20 Sep 2022 12:25:36 +0700 Subject: [PATCH] modules : remove nginx-upload-progress-module completely --- configure.sh | 1 - modules.conf | 3 +-- modules.sh | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.sh b/configure.sh index 48aa0fb..1692587 100644 --- a/configure.sh +++ b/configure.sh @@ -47,7 +47,6 @@ --add-dynamic-module=mosc/ngx_cache_purge \ --add-dynamic-module=mosc/nginx-dav-ext-module \ --add-dynamic-module=mosc/echo-nginx-module \ -# --add-dynamic-module=mosc/nginx-upload-progress-module \ --with-http_v3_module \ --with-stream_quic_module \ --with-http_geoip_module \ diff --git a/modules.conf b/modules.conf index 585452b..8ddcc77 100644 --- a/modules.conf +++ b/modules.conf @@ -2,5 +2,4 @@ load_module /lib/nginx/modules/ngx_http_auth_pam_module.so; load_module /lib/nginx/modules/ngx_http_cache_purge_module.so; load_module /lib/nginx/modules/ngx_http_dav_ext_module.so; load_module /lib/nginx/modules/ngx_http_echo_module.so; -load_module /lib/nginx/modules/ngx_http_headers_more_filter_module.so; -# load_module /lib/nginx/modules/ngx_http_uploadprogress_module.so; +load_module /lib/nginx/modules/ngx_http_headers_more_filter_module.so;W diff --git a/modules.sh b/modules.sh index b956bcc..f43d586 100644 --- a/modules.sh +++ b/modules.sh @@ -2,5 +2,4 @@ git clone https://github.com/openresty/headers-more-nginx-module git clone https://github.com/sto/ngx_http_auth_pam_module git clone https://github.com/arut/nginx-dav-ext-module/ git clone https://github.com/openresty/echo-nginx-module -# git clone https://github.com/masterzen/nginx-upload-progress-module git clone https://github.com/nginx-modules/ngx_cache_purge \ No newline at end of file