Commit 9cc2cfa7 authored by tywldx's avatar tywldx

f

parent b22650db
......@@ -100,9 +100,9 @@ do
https_port="${var[1]}"
file_name="$nginxname/$target_ip.conf"
# createNginxHttpAndSSLConf 服务名称 二级域名 目标IP HTTP端口 HTTPS端口 目标文件
if [[ ${var[0]} != "xjd-ui" ]] && [[ ${var[0]} != "new-paycenter-ui" ]];then
# if [[ ${var[0]} != "xjd-ui" ]] && [[ ${var[0]} != "new-paycenter-ui" ]];then
createNginxHttpAndSSLConf $project_name $sub_doman $target_ip $http_port $https_port $file_name
fi
# fi
done
done
......@@ -128,4 +128,4 @@ do
done
nginx -s reload
sh ${frp_file_path}/restart.sh
# sh ${frp_file_path}/restart.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment