Merge pull request #709 from midoks/dev

openresty1.17.1安装时http3参数缺少
pull/710/head
Mr Chen 3 months ago committed by GitHub
commit d992541a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins/openresty/versions/1.27.1/install.sh

@ -114,7 +114,7 @@ Install_openresty()
fi fi
if [[ "$VERSION" =~ "1.25.3" ]]; then if [[ "$VERSION" =~ "1.25.3" ]] || [[ "$VERSION" =~ "1.27.1" ]];then
OPTIONS="${OPTIONS} --with-http_v3_module" OPTIONS="${OPTIONS} --with-http_v3_module"
if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then

Loading…
Cancel
Save