nginx 代理域名到另外一个域名 server {listen80;server_name原域名;location{#return 301 http:新域名$request_uri;# 重定向到新域名proxy_...