Forum: NGINX error 400

Posted by ywdblog (Guest)
on 2010-03-07 11:26
(Received via mailing list)
suppose client send too many cookies to nginx, nginx will return error 
400, how to resolve it

thanks

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,61022,61022#msg-61022
Posted by Cliff Wells (Guest)
on 2010-03-07 21:02
(Received via mailing list)
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
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.