modules : remove nginx-upload-progress-module completely

This commit is contained in:
unknown 2022-09-20 12:25:36 +07:00
parent 85c7b1ad0f
commit e6f4d459c2
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC
3 changed files with 1 additions and 4 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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