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 @@ -22,7 +22,7 @@ RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecu
22
22
make -j "$(nproc)" install && \
23
23
strip -s /usr/local/modsecurity/lib/libmodsecurity.so.3
24
24
# 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 && \
26
26
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 && \
27
27
wget https://github.com/angristan/nginx-autoinstall/raw/master/patches/nginx_hpack_push_with_http3.patch -O /src/nginx/2.patch && \
28
28
wget https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-1.23.0-resolver_conf_parsing.patch -O /src/nginx/3.patch && \
You can’t perform that action at this time.
0 commit comments