File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
# # use tcp connection
4
4
# # server 127.0.0.1:9000;
5
5
# # or socket
6
- # server unix:/var/run/php/php7.0 -fpm.sock;
6
+ # server unix:/var/run/php/php7.4 -fpm.sock;
7
7
# }
8
8
# server {
9
9
# listen 80;
10
10
# server_name mage.dev;
11
11
# set $MAGE_ROOT /var/www/magento2;
12
- # set $MAGE_DEBUG_SHOW_ARGS 1 ;
12
+ # set $MAGE_DEBUG_SHOW_ARGS 0 ;
13
13
# include /vagrant/magento2/nginx.conf.sample;
14
14
# }
15
15
#
@@ -177,6 +177,7 @@ location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check)
177
177
try_files $uri =404;
178
178
fastcgi_pass fastcgi_backend;
179
179
fastcgi_buffers 1024 4k;
180
+ fastcgi_buffer_size 32k;
180
181
181
182
fastcgi_param PHP_FLAG "session.auto_start=off \n suhosin.session.cryptua=off";
182
183
fastcgi_param PHP_VALUE "memory_limit=756M \n max_execution_time=18000";
You can’t perform that action at this time.
0 commit comments