Answers for "valet max_execution_time"

PHP
1

504 gateway time-out valet

nano ~/usr/local/etc/nginx/nginx.conf

add inside http:
client_header_timeout 3000;
client_body_timeout 3000;
fastcgi_read_timeout 3000;
fastcgi_buffers 8 128k;
fastcgi_buffer_size 128k;

valet restart
Posted by: Guest on November-30-2020
0

max_execution_time php

ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
Posted by: Guest on October-29-2020

Browse Popular Code Answers by Language