* Nginx disable msie_padding disables adding comments to responses for MSIE clients with statusgreater than 400 to increase the response size to 512 bytes. * Change position
@@ -15,6 +15,7 @@ http {
include /etc/nginx/mime.types;
access_log off;
server_tokens off;
+ msie_padding off;
sendfile off; #default
tcp_nopush off; #default