From 16590db19883c3ecf943a51aa992717de87738cc Mon Sep 17 00:00:00 2001 From: Claire Desbois Date: Tue, 11 Dec 2018 17:50:14 -0500 Subject: [PATCH] Fix error 'upstream sent too big header' due to the 'debug_cacheability_headers' configuration --- 1.13/drupal.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1.13/drupal.conf b/1.13/drupal.conf index 6bd5311..238d35e 100644 --- a/1.13/drupal.conf +++ b/1.13/drupal.conf @@ -88,4 +88,7 @@ server { expires max; log_not_found off; } + + fastcgi_buffers 16 16k; + fastcgi_buffer_size 32k; }