From 7240dbd6cdeb6c4a204334eb767887a52f161d7f Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 31 Jul 2023 15:34:34 +0300 Subject: [PATCH] nginx-upload-progress-module --- linux/ecosystem/nginx/latest/mainline/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ecosystem/nginx/latest/mainline/main/Dockerfile b/linux/ecosystem/nginx/latest/mainline/main/Dockerfile index ea914f640..48202bc5f 100644 --- a/linux/ecosystem/nginx/latest/mainline/main/Dockerfile +++ b/linux/ecosystem/nginx/latest/mainline/main/Dockerfile @@ -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 && \