Commit 50a5b590 authored by tywldx's avatar tywldx

fix

parent d5a8037c
......@@ -116,7 +116,8 @@ function createNginxHttpAndSSLConf()
echo " server_name $cus_domain.q-gp.com;" >> $file_name
echo "" >> $file_name
echo " location / {" >> $file_name
echo " proxy_pass http://$cus_ip:$cus_port;" >> $file_name
echo " proxy_set_header Host \$host;" >> $file_name
echo " proxy_pass http://$cus_ip" >> $file_name
echo " }" >> $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