If you get the following error thrown from nginx: “upstream sent too big header while reading response header from upstream” you might well need to increase your proxy header sizes in the config to: proxy_connect_timeout 90; proxy_send_timeout 180; proxy_read_timeout 180; proxy_buffer_size 16k; proxy_buffers 8 16k; proxy_busy_buffers_size 32k; proxy_intercept_errors on; We were stuffing quite a few [...]
From the category archives:

