Skip to content

Commit 64247aa

Browse files
author
Oleksandr Gorkun
committed
MC-33823: Merge CE, EE and B2B changes
1 parent c9cf047 commit 64247aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nginx.conf.sample

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# # use tcp connection
44
# # server 127.0.0.1:9000;
55
# # or socket
6-
# server unix:/var/run/php/php7.0-fpm.sock;
6+
# server unix:/var/run/php/php7.4-fpm.sock;
77
# }
88
# server {
99
# listen 80;
1010
# server_name mage.dev;
1111
# set $MAGE_ROOT /var/www/magento2;
12-
# set $MAGE_DEBUG_SHOW_ARGS 1;
12+
# set $MAGE_DEBUG_SHOW_ARGS 0;
1313
# include /vagrant/magento2/nginx.conf.sample;
1414
# }
1515
#
@@ -177,6 +177,7 @@ location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)
177177
try_files $uri =404;
178178
fastcgi_pass fastcgi_backend;
179179
fastcgi_buffers 1024 4k;
180+
fastcgi_buffer_size 32k;
180181

181182
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
182183
fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=18000";

0 commit comments

Comments
 (0)