We seem to be getting sporadic 502 errors, mostly when users are logging in. We run a Mediawiki based website, are running nginx 0.9.5, php-fpm 5.3.5. <br><br>The error:<br><br>2011/04/04 10:41:34 [error] 30517#0: *2143711 upstream sent too big header while reading response header from upstream, client: 192.168.100.5, server: _, request: &quot;POST /index.php?title=Special:Userlogin&amp;action=submitlogin&amp;type=login&amp;returnto=Main-Page HTTP/1.1&quot;, upstream: &quot;fastcgi://<a href="http://127.0.0.1:9000">127.0.0.1:9000</a>&quot;, host: &quot;<a href="http://www.wikihow.com">www.wikihow.com</a>&quot;, referrer: &quot;<a href="http://www.wikihow.com/Special:Userlogin?returnto=Main-Page">http://www.wikihow.com/Special:Userlogin?returnto=Main-Page</a>&quot;<br>
<br>Our nginx.conf proxy buffer settings: <br><br>    proxy_buffers 16 16k;<br>    proxy_buffer_size 32k;<br><br>We&#39;ve tried increasing these values from the defaults a few times, and it doesn&#39;t seem to fix the issue.<br>
<br>Do you have any suggestions on how to fix this? <br><br>Thanks,<br>Travis<br><br>