fix: increase timeout and PHP-FPM pool settings to prevent 504

This commit is contained in:
Lizandro Guarnizo
2026-06-09 17:54:34 -05:00
parent b6feb44470
commit 16ba5089e7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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).* {