I want to make the server response HTTP/1.0 to client so that browsers and servers parallel requests downloads could be 4 in IE6/7. How to do this in Nginx ? as in Apache, set force-response-1.0 downgrade-1.0 thx~