Error 400

suppose client send too many cookies to nginx, nginx will return error
400, how to resolve it

thanks

Posted at Nginx Forum:

On Sun, 2010-03-07 at 05:26 -0500, ywdblog wrote:

suppose client send too many cookies to nginx, nginx will return error 400, how to resolve it

Try this:

large_client_header_buffers 4 8k;

http://wiki.nginx.org/NginxHttpCoreModule#large_client_header_buffers

Regards,
Cliff