ngixn报错the server responded with a status of 504 (Gateway Time-out)

红太狼 2022-12-28 01:58 291阅读 0赞

the server responded with a status of 504 (Gateway Time-out)

解决方法:

ngixn反向代理上传文件时间较长浏览器报错Failed to load resource: the server responded with a status of 504 (Gateway Time-out)

我针对某个接口设置了超时设置 proxy_send_timeout 600s;proxy_send_timeout 600s; proxy_read_timeout 600s; 三个属性,都设置为10分钟超时。

详情可以参考一下:http://www.yayihouse.com/yayishuwu/chapter/2859

发表评论

表情:
评论列表 (有 0 条评论,291人围观)

还没有评论,来说两句吧...

相关阅读