Commit e60621fe authored by Kunkka王辉's avatar Kunkka王辉 😲

新增文档

parent ce0cc2ae
......@@ -209,7 +209,7 @@ server {
location ^~ /smarterApi/ {
#test.smartwhale.galaxy-immi.com 最终还是转发到galaxy_crm
proxy_pass $HOST:$GALAXY_CRM_API_HTTP_PORT;
proxy_pass http://$HOST:$GALAXY_CRM_API_HTTP_PORT;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header X-Real-Ip \$remote_addr;
proxy_set_header X-Ngnix-Proxy true;
......
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