location /chat {
proxy_set_header Connection "";
proxy_http_version 1.1;
chunked_transfer_encoding off;
proxy_buffering off;
proxy_cache off;
proxy_read_timeout 1h;
proxy_pass http://xxx.xx/path/to/sse;
}
Nginx 代理转发 SSE
后端 · 2023-10-27
上一篇:Vue 原生方法 实现复制操作
下一篇:vscode 多行编辑快捷键