We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603a1aa commit fa420cdCopy full SHA for fa420cd
1 file changed
root/defaults/nginx/site-confs/default.conf.sample
@@ -132,6 +132,12 @@ server {
132
fastcgi_request_buffering off;
133
134
fastcgi_max_temp_file_size 0;
135
+
136
+ # This ensures the processing of multipart uploads and prevents 504 errors during these resource-intensive operations.
137
+ fastcgi_connect_timeout 60s;
138
+ fastcgi_send_timeout 3600;
139
+ fastcgi_read_timeout 3600;
140
+ send_timeout 3600;
141
}
142
143
# Serve static files
0 commit comments