Commit 821a862f authored by tywldx's avatar tywldx

fix

parent 6294310b
......@@ -133,9 +133,10 @@ function createNginxHttpAndSSLConf()
echo "" >> $file_name
echo " ssl_ciphers HIGH:!aNULL:!MD5;" >> $file_name
echo " ssl_prefer_server_ciphers on;" >> $file_name
echo " proxy_set_header Host \$host;" >> $file_name
echo "" >> $file_name
echo " location / {" >> $file_name
echo " proxy_pass http://$cus_ip:$cus_port;" >> $file_name
echo " proxy_pass http://$cus_ip;" >> $file_name
echo " }" >> $file_name
echo "}" >> $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