Skip to content

Commit b041f3c

Browse files
author
Dale Sikkema
committed
Merge remote-tracking branch 'origin/MAGETWO-48283-nginx-conf-sample' into github-pr
2 parents 31ec026 + ad7df02 commit b041f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.conf.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ location ~ cron\.php {
151151
location ~ (index|get|static|report|404|503)\.php$ {
152152
try_files $uri =404;
153153
fastcgi_pass fastcgi_backend;
154+
fastcgi_buffers 1024 4k;
154155

155156
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
156-
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";
157158
fastcgi_read_timeout 600s;
158159
fastcgi_connect_timeout 600s;
159160
fastcgi_param MAGE_MODE $MAGE_MODE;

0 commit comments

Comments
 (0)