Skip to content

Commit 4c0f97e

Browse files
authored
Merge pull request #688 from api-platform/patch-header-values
feature: reduce the buffer size passed to fpm
2 parents 7dc72bf + 8fc9b3a commit 4c0f97e

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)