Replies: 4 comments 3 replies
-
|
已解决, AI给的nginx配置是responses/sse的配置, 我改成了websocket的配置后测试暂时未发现问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
。。 还是不行, 没招了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
你试试 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
luispater
-
nonstream-keepalive-interval: 0
streaming:
keepalive-seconds: 15 # Default: 0 (disabled). <= 0 disables keep-alives.
bootstrap-retries: 1 # Default: 0 (disabled). Retries before first byte is sent.我在 cpa的配置中把这几个打开了. 暂时没出现错误了. 😂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
想请问一下这个该如何去修改
工具是v6.8.51版本.
部署在日本的云服务器上, 域名解析用的是cloudflare.
使用docker compose部署和nginx在同一个docker网络服务
nginx配置是
codex 配置:
现象是, 每次请求cpa的时候会出现两次
stream disconnected before completion: stream closed before response.completed
第三次就正常了.
cpa这里请求次数也不会增加. 但是是能看到nginx和cpa有请求日志的.
不太清楚这个该如何处理.
Beta Was this translation helpful? Give feedback.
All reactions