Skip to content

Commit

Permalink
Update magento-nginx magento.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Oct 17, 2019
1 parent 0183015 commit 273dfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magento/nginx/etc/magento.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ location ~* ^/setup($|/) {
fastcgi_pass fastcgi_backend;

fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=600";
fastcgi_param PHP_VALUE "memory_limit=1024M \n max_execution_time=600";
fastcgi_read_timeout 600s;
fastcgi_connect_timeout 600s;

Expand Down Expand Up @@ -152,7 +152,7 @@ location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)
fastcgi_buffers 1024 4k;

fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=18000";
fastcgi_param PHP_VALUE "memory_limit=1024M \n max_execution_time=18000";
fastcgi_read_timeout 600s;
fastcgi_connect_timeout 600s;

Expand Down

0 comments on commit 273dfb5

Please sign in to comment.