2021年12月28日

摘要: 1.nginx中在http server下的 location中进行配置如下3个选项即可解决504错误: fastcgi_connect_timeout 600s; fastcgi_read_timeout 600s; fastcgi_send_timeout 600s; 如图: 阅读全文
posted @ 2021-12-28 14:34 wlly3761 阅读(325) 评论(0) 推荐(0) 编辑

导航