From 90d00d0d9a8556dcb5d26d36d92d6a2b6bac0bcb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 19 Feb 2025 23:11:07 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.27.1/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/versions/1.27.1/install.sh b/plugins/openresty/versions/1.27.1/install.sh index 5567b2e64..3f87abed3 100644 --- a/plugins/openresty/versions/1.27.1/install.sh +++ b/plugins/openresty/versions/1.27.1/install.sh @@ -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