File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 234
234
235
235
if [ " $NGINX_RELEASE " = " 2" ]; then
236
236
NGINX_VER=" $NGINX_STABLE "
237
- NGX_QUIC=" --with-http_v3_module"
238
237
else
239
238
NGINX_VER=" $NGINX_MAINLINE "
240
- NGX_QUIC=" --with-http_v3_module"
241
239
fi
242
240
243
241
# #################################
@@ -715,7 +713,7 @@ _patch_nginx() {
715
713
echo -ne ' Applying nginx patches [..]\r'
716
714
717
715
{
718
- curl -sL https://raw.githubusercontent.com/kn007/patch/master/nginx_dynamic_tls_records.patch | patch -p1
716
+ curl -sL https://raw.githubusercontent.com/kn007/patch/refs/heads/ master/nginx_dynamic_tls_records.patch | patch -p1
719
717
} >> /tmp/nginx-ee.log 2>&1
720
718
721
719
}; then
@@ -818,7 +816,7 @@ _configure_nginx() {
818
816
$NGX_USER \
819
817
--with-file-aio \
820
818
--with-threads \
821
- $NGX_QUIC \
819
+ --with-http_v3_module \
822
820
--with-http_v2_module \
823
821
--with-http_ssl_module \
824
822
--with-pcre-jit \
You can’t perform that action at this time.
0 commit comments