修复群辉update之后403

This commit is contained in:
hanhh
2021-08-25 17:58:21 +08:00
parent 9c0f14aa89
commit a973c93c04
4 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ copy_dep() {
echo -e "---> 通知文件复制完成\n"
echo -e "---> 2. 复制nginx配置文件\n"
cp -fv $nginx_conf /etc/nginx/conf.d/front.conf
cp -fv $nginx_conf /etc/nginx/nginx.conf
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
echo -e "---> 配置文件复制完成\n"
}