proxy代理配置 nginx.conf直接引入该文件 proxy.conf proxy_pass http://127.0.0.1:3000; # 指定后端地址 proxy_set_header Host $host; #传递真实域名 proxy_set_header X-Real-IP $remote_