suppose client send too many cookies to nginx, nginx will return error
400, how to resolve it
thanks
Posted at Nginx Forum:
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs