aurora-develop / aurora

free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

回答到一半就没了?这是怎么回事?

chln opened this issue · comments

commented

image

commented

找到问题了
location / {
proxy_pass http://localhost:8181/;
#proxy_pass https://chat.openai.com/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
#流式传输,不关闭buffering缓存会卡死,必须配置!!!
proxy_buffering off;
}

什么?