Commit d5a8037c authored by tywldx's avatar tywldx

fix

parent ea91b47e
...@@ -112,6 +112,7 @@ function createNginxHttpAndSSLConf() ...@@ -112,6 +112,7 @@ function createNginxHttpAndSSLConf()
touch $file_name touch $file_name
echo "server {" >> $file_name echo "server {" >> $file_name
echo " listen 8000;" >> $file_name
echo " server_name $cus_domain.q-gp.com;" >> $file_name echo " server_name $cus_domain.q-gp.com;" >> $file_name
echo "" >> $file_name echo "" >> $file_name
echo " location / {" >> $file_name echo " location / {" >> $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