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 [...]
You are here: Home >Archive for the ‘Quick Tips’ Category
01 Feb, 2010
Read User's Comments0
14 Dec, 2009
With Debian there is a handy utility called apt-file which allows you to see which package owns a file even if it is not currently installed. I used it earlier to find where “mysql_config” lived so I could upgrade DBD::mysql. aptitude install apt-file && apt-file update then apt-file search filename
Read User's Comments0






