Commit b22650db authored by tywldx's avatar tywldx

f

parent 63fcbd35
...@@ -100,7 +100,7 @@ do ...@@ -100,7 +100,7 @@ do
https_port="${var[1]}" https_port="${var[1]}"
file_name="$nginxname/$target_ip.conf" file_name="$nginxname/$target_ip.conf"
# createNginxHttpAndSSLConf 服务名称 二级域名 目标IP HTTP端口 HTTPS端口 目标文件 # createNginxHttpAndSSLConf 服务名称 二级域名 目标IP HTTP端口 HTTPS端口 目标文件
if [[ ${var[0]} != "xyqb-ui" ]] && [[ ${var[0]} != "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 createNginxHttpAndSSLConf $project_name $sub_doman $target_ip $http_port $https_port $file_name
fi fi
done done
...@@ -121,7 +121,7 @@ do ...@@ -121,7 +121,7 @@ do
https_port="${namespace[3]}" https_port="${namespace[3]}"
file_name="$nginxname/${namespace[0]}.conf" file_name="$nginxname/${namespace[0]}.conf"
# createNginxHttpAndSSLConf 服务名称 二级域名 目标IP HTTP端口 HTTPS端口 目标文件 # createNginxHttpAndSSLConf 服务名称 二级域名 目标IP HTTP端口 HTTPS端口 目标文件
if [[ ${var[0]} != "xyqb-ui" ]] && [[ ${var[0]} != "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 createNginxHttpAndSSLConf $project_name $sub_doman $target_ip $http_port $https_port $file_name
fi fi
done done
......
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