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.
2 parents 61e764f + 1cf80af commit 9879757Copy full SHA for 9879757
nginx.conf.sample
@@ -43,6 +43,8 @@ location ~* ^/setup($|/) {
43
root $MAGE_ROOT;
44
location ~ ^/setup/index.php {
45
fastcgi_pass fastcgi_backend;
46
+ fastcgi_read_timeout 600s;
47
+ fastcgi_connect_timeout 600s;
48
fastcgi_index index.php;
49
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
50
include fastcgi_params;
@@ -64,6 +66,8 @@ location ~* ^/update($|/) {
64
66
location ~ ^/update/index.php {
65
67
fastcgi_split_path_info ^(/update/index.php)(/.+)$;
68
69
70
71
72
73
fastcgi_param PATH_INFO $fastcgi_path_info;
0 commit comments