From 670aea2eaacd49f84229975b64e67f87d1c72237 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 30 Jun 2022 10:51:54 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/openresty/install.sh b/plugins/openresty/install.sh index 5b597593d..ffa8670c4 100755 --- a/plugins/openresty/install.sh +++ b/plugins/openresty/install.sh @@ -49,6 +49,8 @@ Install_openresty() if [ -d $serverPath/openresty ];then echo "${VERSION}" > $serverPath/openresty/version.pl + + mkdir -p $serverPath/web_conf/php/conf echo "" > $serverPath/web_conf/php/conf/enable-php-00.conf #初始化