nginx-upload-progress-module

This commit is contained in:
STAM 2023-07-31 15:34:34 +03:00
parent bb840f5de7
commit 7240dbd6cd
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD

View File

@ -84,7 +84,7 @@ RUN wget -qO - ${NGINX_DOWNLOAD_URL} | tar -zxv --strip-components=1 -C ${NGINX_
git clone https://github.com/openresty/echo-nginx-module.git http-echo && \
git clone https://github.com/aperezdc/ngx-fancyindex.git http-fancyindex && \
git clone https://github.com/slact/nchan.git nchan && \
git clone https://github.com/msva/nginx-upload-progress-module.git http-uploadprogress && \
# git clone https://github.com/msva/nginx-upload-progress-module.git http-uploadprogress && \
# git clone https://github.com/masterzen/nginx-upload-progress-module.git http-uploadprogress && \
git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module http-subs-filter && \
git clone https://github.com/grahamedgecombe/nginx-ct.git ssl-ct && \