pull/865/head
dami 19 hours ago
parent bac86bd8e0
commit 2215a7895e
  1. 1
      plugins/openresty/install.sh
  2. 4
      plugins/openresty/versions/1.29.2/install.sh

@ -5,6 +5,7 @@ export PATH
# cd /Users/midoks/Desktop/mwdev/server/mdserver-web/plugins/openresty && bash install.sh install 1.21.4
# cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.21.4
# cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.29.2
# cd /www/server/mdserver-web/plugins/openresty && bash install.sh upgrade 1.29.2
# curl -I -H "Accept-Encoding: br" http://localhost
# curl --http3 -v https://www.xxx.com

@ -193,6 +193,10 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == "install" ];then
Install_openresty
else

Loading…
Cancel
Save