Skip to content

Commit

Permalink
Merge pull request #709 from midoks/dev
Browse files Browse the repository at this point in the history
openresty1.17.1安装时http3参数缺少
  • Loading branch information
midoks authored Feb 19, 2025
2 parents fbc9685 + d13adc7 commit d992541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/openresty/versions/1.27.1/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Install_openresty()

fi

if [[ "$VERSION" =~ "1.25.3" ]]; then
if [[ "$VERSION" =~ "1.25.3" ]] || [[ "$VERSION" =~ "1.27.1" ]];then
OPTIONS="${OPTIONS} --with-http_v3_module"

if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then
Expand Down

0 comments on commit d992541

Please sign in to comment.