mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-23 17:59:49 +08:00
fix: typos
This commit is contained in:
parent
300f023d2a
commit
dd047fd58f
@ -78,8 +78,7 @@ export async function requestOpenai(req: NextRequest) {
|
||||
// to prevent browser prompt for credentials
|
||||
const newHeaders = new Headers(res.headers);
|
||||
newHeaders.delete("www-authenticate");
|
||||
|
||||
// to disbale ngnix buffering
|
||||
// to disable nginx buffering
|
||||
newHeaders.set("X-Accel-Buffering", "no");
|
||||
|
||||
return new Response(res.body, {
|
||||
|
Loading…
Reference in New Issue
Block a user