gpt4 book ai didi

nginx - 如何增加页面超时以防止504错误?

转载 作者:行者123 更新时间:2023-12-03 20:46:12 25 4
gpt4 key购买 nike

我正在运行一个包含大量代码的文件,并且必须为 1000 个用户处理它。处理 500 个用户大约需要 55 秒,因此我必须增加默认网关超时时间。

来自 this question ,我发现我要增加fastcgi_read_timeout ,但我不知道把它放在哪里fastcgi.conf .

最佳答案

fastcgi_read_timeout应该放在您用于处理对文件的请求的位置。

location {
fastcgi_pass you.app:9000;
...
fastcgi_read_timeout 900s; # 15 minutes
}

请在 documentation 中查看更多示例

关于nginx - 如何增加页面超时以防止504错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9124017/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com