server { listen 8007; charset utf-8; location ^~ / { proxy_pass http://exchange; #proxy_pass https://www.exam-cloud.cn/api/exchange; } }