Hi FE !
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
  • nginx 配置ssE流式接口

nginx 配置ssE流式接口

··· server { listen 80; server_name ai.vuereact.top;

location /api/xiaotao/chatPostFlux {
    proxy_pass http://124.40.216.65:8090/xiaotao/chatPostFlux;
    proxy_http_version 1.1;
    proxy_set_header Connection "";
    proxy_buffering off;
    proxy_cache off;
    proxy_read_timeout 3600s;  # 可根据流持续时间调整
}

} ···

Edit this page
最近更新: 2025/12/2 01:46
Contributors: qdleader
qdleader
本站总访问量 129823次 | 本站访客数 12人