fix: increase timeout and PHP-FPM pool settings to prevent 504
This commit is contained in:
@@ -31,6 +31,8 @@ server {
|
||||
include fastcgi_params;
|
||||
fastcgi_param APP_ENV production;
|
||||
fastcgi_param HTTPS on;
|
||||
fastcgi_read_timeout 300s;
|
||||
fastcgi_send_timeout 300s;
|
||||
}
|
||||
|
||||
location ~ /\.(?!well-known).* {
|
||||
|
||||
Reference in New Issue
Block a user