Commit 2fc11940 authored by tywldx's avatar tywldx

fix

parent bf1a8525
......@@ -79,7 +79,7 @@ createK8sNginxConf(){
echo " proxy_set_header Host \$host; " >> $file_name
echo " proxy_set_header QT_TOKEN \$http_QT_TOKEN; " >> $file_name
echo " " >> $file_name
echo " set \$ip ""; " >> $file_name
echo " set \$ip \"\"; " >> $file_name
echo " location / { " >> $file_name
echo " ${_str} " >> $file_name
echo " proxy_pass http://\$ip; " >> $file_name
......@@ -98,7 +98,7 @@ createK8sNginxConf(){
echo " ssl_prefer_server_ciphers on; " >> $file_name
echo " proxy_set_header Host \$host; " >> $file_name
echo " " >> $file_name
echo " set \$ip ""; " >> $file_name
echo " set \$ip \"\"; " >> $file_name
echo " location / { " >> $file_name
echo " ${_str} " >> $file_name
echo " proxy_pass http://\$ip; " >> $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