On Thu, Feb 6, 2014 at 4:18 AM, Maxim Dounin <[email protected]> wrote
>
> Response headers should fit into proxy_buffer_size, see
> http://nginx.org/r/proxy_buffer_size.  If they don't, the error
> is reported.


In which the "size" refers to the number of characters that appear up
till the blank line that separates the headers from the body in the
response? It looks like it would be around 4k. So perhaps I'll
increase proxy_buffer_size to 8k.

Is it also necessary to increase modify proxy_busy_buffers_size and
proxy_buffers to deal with responses with many headers?

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to