File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN apk upgrade --no-cache -a && \
47
47
# Nginx
48
48
git clone https://github.com/nginx/nginx --branch "$NGINX_VER" /src/nginx && \
49
49
cd /src/nginx && \
50
- wget -q https://raw.githubusercontent.com/Zoey2936 /ngx_http_tls_dyn_size/patch-1 /nginx__dynamic_tls_records_"$DTR_VER" %2B.patch -O /src/nginx/1.patch && \
50
+ wget -q https://raw.githubusercontent.com/nginx-modules /ngx_http_tls_dyn_size/master /nginx__dynamic_tls_records_"$DTR_VER" %2B.patch -O /src/nginx/1.patch && \
51
51
wget -q https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-"$RCP_VER" -resolver_conf_parsing.patch -O /src/nginx/2.patch && \
52
52
sed -i "s|nginx/|NPMplus/|g" /src/nginx/src/core/nginx.h && \
53
53
sed -i "s|Server: nginx|Server: NPMplus|g" /src/nginx/src/http/ngx_http_header_filter_module.c && \
You can’t perform that action at this time.
0 commit comments