We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53f6c9 commit f4d210cCopy full SHA for f4d210c
1 file changed
nginx/nginx.conf
@@ -25,6 +25,8 @@ http {
25
fastcgi_pass unix:/run/php/php-fpm.sock;
26
fastcgi_index index.php;
27
fastcgi_read_timeout 300;
28
+ fastcgi_buffers 16 32k;
29
+ fastcgi_buffer_size 64k;
30
proxy_read_timeout 300;
31
include fastcgi.conf;
32
}
0 commit comments