john1337 commented on issue #12847:
URL: https://github.com/apache/apisix/issues/12847#issuecomment-3698058693
# -- Custom configuration snippet.
configurationSnippet:
main: |
httpStart: |
# 显式设置 Nginx 代理超时,防止隐式默认值问题
proxy_connect_timeout 5s;
proxy_read_timeout 60s;
proxy_send_timeout 60s;
# 优化长连接复用,避免短连接风暴
keepalive_requests 10000;
proxy_http_version 1.1;
proxy_set_header Connection ""; 这是ai给我的相关配置,在values.yaml文件添加的
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]