背景 服务:Spring AI MCP Server,SSE 端点 /sse,消息端点 /mcp/message 环境:AWS EC2,Nginx 反代到本地 8049 端口 现象: 本机直连:curl -N -H "Accept: text/event-stream" http://localhost:8049/sse 正常 外部访问:curl -N -H "Accept: text/event-stream" https://ai.example.com/sse 连接建立后一直“卡住”,无事件推送 问题原因定位…