"upstream sent too big header"

Hello,

I am having a problem with the headers coming back from my upstream -
not on all but on a lot requests.
How can I make the space reserved for those larger? I tried playing
around with the client_header_buffer_size, but that didn’t seem to help
a lot.

Björn

On Wed, Jun 11, 2008 at 01:34:51PM +0200, Bj?rn Keil wrote:

I am having a problem with the headers coming back from my upstream -
not on all but on a lot requests.
How can I make the space reserved for those larger? I tried playing
around with the client_header_buffer_size, but that didn’t seem to help
a lot.

You need to increase proxy_buffer_size or fastcgi_buffer_size.

Am Mittwoch, den 11.06.2008, 17:02 +0400 schrieb Igor S.:

Thank you.