修复 arm 没有nginx conf.d 目录

This commit is contained in:
whyour 2021-11-07 11:07:41 +08:00
parent 6b74cccc34
commit 7d5687d504

View File

@ -7,6 +7,7 @@ link_shell
set -e
echo -e "======================1. 检测配置文件========================\n"
cp -fv $nginx_conf /etc/nginx/nginx.conf
mkdir /etc/nginx/conf.d
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
pm2 l &>/dev/null
echo