12 2021 档案

摘要: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 阅读(366) 评论(0) 推荐(0)

导航