Skip to content

Commit f4d210c

Browse files
committed
feat: increase fastcgi buffer size
1 parent c53f6c9 commit f4d210c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ http {
2525
fastcgi_pass unix:/run/php/php-fpm.sock;
2626
fastcgi_index index.php;
2727
fastcgi_read_timeout 300;
28+
fastcgi_buffers 16 32k;
29+
fastcgi_buffer_size 64k;
2830
proxy_read_timeout 300;
2931
include fastcgi.conf;
3032
}

0 commit comments

Comments
 (0)