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 31ec026 + ad7df02 commit b041f3cCopy full SHA for b041f3c
nginx.conf.sample
@@ -151,9 +151,10 @@ location ~ cron\.php {
151
location ~ (index|get|static|report|404|503)\.php$ {
152
try_files $uri =404;
153
fastcgi_pass fastcgi_backend;
154
+ fastcgi_buffers 1024 4k;
155
156
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
- fastcgi_param PHP_VALUE "memory_limit=256M \n max_execution_time=600";
157
+ fastcgi_param PHP_VALUE "memory_limit=768M \n max_execution_time=600";
158
fastcgi_read_timeout 600s;
159
fastcgi_connect_timeout 600s;
160
fastcgi_param MAGE_MODE $MAGE_MODE;
0 commit comments