Commit 8f7fd9f7 authored by tywldx's avatar tywldx

test

parent 82c37106
...@@ -21,7 +21,7 @@ function createNginxHttpAndSSLConf() ...@@ -21,7 +21,7 @@ function createNginxHttpAndSSLConf()
http_port=$4 http_port=$4
https_port=$5 https_port=$5
file_name=$6 file_name=$6
echo "$project_name"
touch $file_name touch $file_name
echo "############----${project_name}----############" >> $file_name echo "############----${project_name}----############" >> $file_name
echo "server {" >> $file_name echo "server {" >> $file_name
...@@ -72,7 +72,7 @@ getK8sConditionStr(){ ...@@ -72,7 +72,7 @@ getK8sConditionStr(){
createK8sNginxConf(){ createK8sNginxConf(){
condition=$1 condition=$1
file_name=$2 file_name=$2
echo "$file_name"
echo "server { " >> $file_name echo "server { " >> $file_name
echo " listen 80 default; " >> $file_name echo " listen 80 default; " >> $file_name
echo " server_name _; " >> $file_name echo " server_name _; " >> $file_name
......
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