方向代理增加超时时间 location ~ /api { proxy_pass http://127.0.0.1:8081; proxy_read_timeout 3600;//反向代理读取超时时间,默认60秒 }