Skip to content

Commit 8fc9b3a

Browse files
authored
feature: reduce the buffer size passed to fpm
1 parent 81ee38e commit 8fc9b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ server {
6666
#fastcgi_pass $upstream_host:9000;
6767
6868
# Bigger buffer size to handle cache invalidation headers expansion
69-
fastcgi_buffer_size 128k;
70-
fastcgi_buffers 4 256k;
69+
fastcgi_buffer_size 32k;
70+
fastcgi_buffers 8 16k;
7171
7272
fastcgi_split_path_info ^(.+\.php)(/.*)$;
7373
include fastcgi_params;

0 commit comments

Comments
 (0)