Set ini max_execution_time doesn't work

后端 未结 4 2052
粉色の甜心
粉色の甜心 2020-12-15 10:49

Before I use nginx and php-fpm, I used Apache, so when I wanted only one of my cron jobs to run without time execution limitation, I used these lines in my PHP code:

4条回答
  •  青春惊慌失措
    2020-12-15 11:20

    You can add request_terminate_timeout = 300 to your server's php-fpm pool configuration if you are tried all of solutions here.

提交回复
热议问题