Commit 63fcbd35 authored by tywldx's avatar tywldx

f

parent 93865b29
...@@ -25,7 +25,7 @@ function createNginxHttpAndSSLConf() ...@@ -25,7 +25,7 @@ function createNginxHttpAndSSLConf()
touch $file_name touch $file_name
echo "############----${project_name}----############" >> $file_name echo "############----${project_name}----############" >> $file_name
echo "server {" >> $file_name echo "server {" >> $file_name
echo " listen 8000;" >> $file_name echo " listen 80;" >> $file_name
echo " server_name $cus_domain.q-gp.com;" >> $file_name echo " server_name $cus_domain.q-gp.com;" >> $file_name
echo " proxy_set_header Host \$host;" >> $file_name echo " proxy_set_header Host \$host;" >> $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