Skip to content

Commit 7c4562c

Browse files
authored
quic got merged into default nginx
Signed-off-by: Zoey <[email protected]>
1 parent 500d40a commit 7c4562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecu
2222
make -j "$(nproc)" install && \
2323
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
2424
# Nginx
25-
RUN hg clone https://hg.nginx.org/nginx-quic -r "quic" /src/nginx && \
25+
RUN hg clone https://hg.nginx.org/nginx -r "default" /src/nginx && \
2626
wget https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.17.7%2B.patch -O /src/nginx/1.patch && \
2727
wget https://github.com/angristan/nginx-autoinstall/raw/master/patches/nginx_hpack_push_with_http3.patch -O /src/nginx/2.patch && \
2828
wget https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.23.0-resolver_conf_parsing.patch -O /src/nginx/3.patch && \

0 commit comments

Comments
 (0)