modules : nginx-upload-progress-module compatible issue with Nginx 1.23

https://github.com/masterzen/nginx-upload-progress-module/issues/56
This commit is contained in:
unknown 2022-09-20 12:16:20 +07:00
parent 9582cc0a25
commit 85c7b1ad0f
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
--add-dynamic-module=mosc/ngx_cache_purge \ --add-dynamic-module=mosc/ngx_cache_purge \
--add-dynamic-module=mosc/nginx-dav-ext-module \ --add-dynamic-module=mosc/nginx-dav-ext-module \
--add-dynamic-module=mosc/echo-nginx-module \ --add-dynamic-module=mosc/echo-nginx-module \
--add-dynamic-module=mosc/nginx-upload-progress-module \ # --add-dynamic-module=mosc/nginx-upload-progress-module \
--with-http_v3_module \ --with-http_v3_module \
--with-stream_quic_module \ --with-stream_quic_module \
--with-http_geoip_module \ --with-http_geoip_module \

View File

@ -3,4 +3,4 @@ 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_dav_ext_module.so;
load_module /lib/nginx/modules/ngx_http_echo_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_headers_more_filter_module.so;
load_module /lib/nginx/modules/ngx_http_uploadprogress_module.so; # load_module /lib/nginx/modules/ngx_http_uploadprogress_module.so;

View File

@ -2,5 +2,5 @@ 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/sto/ngx_http_auth_pam_module
git clone https://github.com/arut/nginx-dav-ext-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/openresty/echo-nginx-module
git clone https://github.com/masterzen/nginx-upload-progress-module # git clone https://github.com/masterzen/nginx-upload-progress-module
git clone https://github.com/nginx-modules/ngx_cache_purge git clone https://github.com/nginx-modules/ngx_cache_purge