If you get this error, try raising your large_client_header_buffers setting from the default 4 or 8k to 16k.
Added this to my nginx "server" directive:
large_client_header_buffers 4 16k;
Yuji's Increasingly Infrequent Ramblings
If you get this error, try raising your large_client_header_buffers setting from the default 4 or 8k to 16k.
Added this to my nginx "server" directive:
large_client_header_buffers 4 16k;