php错误execution timed out (118.236064 sec), terminating解决方法

php设置

set_time_limit(0);
ini_set('max_execution_time', '0');

php-fpm.conf设置

request_terminate_timeout = 0

nginx设置

http { #... fastcgi_read_timeout 7000;  #... }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-04
  • 2022-12-23
  • 2021-12-10
  • 2021-11-12
  • 2022-12-23
  • 2021-08-01
相关资源
相似解决方案