laravel valet 504 gateway time out

Solutions on MaxInterview for laravel valet 504 gateway time out by the best coders in the world

showing results for - "laravel valet 504 gateway time out"
Viktoria
17 May 2019
1nano ~/usr/local/etc/nginx/nginx.conf
2
3add inside http:
4client_header_timeout 3000;
5client_body_timeout 3000;
6fastcgi_read_timeout 3000;
7fastcgi_buffers 8 128k;
8fastcgi_buffer_size 128k;
9
10valet restart
Martina
12 Jan 2018
1vim /usr/local/etc/php/{version}/php.ini
2
3
4max_execution_time = 300