Did a google search ...
Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.
The Problem: My Nginx 0.8.54 get a "400 Bad Request" in only all IE's. The application runs with gunicorn and the django 1.4 framework.
Have tried the following settings in Nginx:
large_client_header_buffers 4 8k;
proxy_buffer_size 8k;
client_header_buffer_size 8k;
proxy_buffers 4 512k;
client_body_buffer_size 8k;
*** It's all Greek to me but I ain't got your problem ***