Merge fa420cdbb5048086c6a348e7399529c7ef7260e3 into ba8667466119e90ac41c804a21f5cf6e22ee7e17

This commit is contained in:
Gustavo de León 2026-04-23 07:42:18 +00:00 committed by GitHub
commit ea7c875143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,12 @@ server {
fastcgi_request_buffering off;
fastcgi_max_temp_file_size 0;
# This ensures the processing of multipart uploads and prevents 504 errors during these resource-intensive operations.
fastcgi_connect_timeout 60s;
fastcgi_send_timeout 3600;
fastcgi_read_timeout 3600;
send_timeout 3600;
}
# Serve static files