[Solved] Nginx Error: 400 Request Header Or Cookie Too Large

In nginx.conf, add following http:

    #To increase in moderation when multiple items
    client_header_buffer_size 32k;
    large_client_header_buffers 4 32k;

Read More: