Error 400 Bad Request
I was getting this on some browsers and only on one site.. Quite strange but searching google came up with the following fix that works, something to due with cookie size.
Change the line in Nginx.conf as follows
large_client_header_buffers 4 2k
increase the second number to 8k
large_client_header_buffers 4 8k
regards,
Rob
|