Commit c6cc5e00 authored by qa_quantgroup's avatar qa_quantgroup
parents 5972161e f02a133f
......@@ -27,6 +27,8 @@ function createNginxHttpAndSSLConf()
echo "server {" >> $file_name
echo " listen 80;" >> $file_name
echo " server_name $cus_domain.q-gp.com;" >> $file_name
echo " underscores_in_headers on;" >> $file_name
echo " proxy_set_header Host \$host;" >> $file_name
echo " proxy_set_header QT_TOKEN \$http_QT_TOKEN;" >> $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