Browse Source

Nginx disable msie_padding (#4694)

* 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
Joan Miquel 6 years ago
parent
commit
22de449349
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frameworks/C/nginx/nginx.conf

+ 1 - 0
frameworks/C/nginx/nginx.conf

@@ -15,6 +15,7 @@ http {
     include       /etc/nginx/mime.types;
     include       /etc/nginx/mime.types;
     access_log off;
     access_log off;
     server_tokens off;
     server_tokens off;
+    msie_padding off;
 
 
     sendfile off; #default
     sendfile off; #default
     tcp_nopush off; #default
     tcp_nopush off; #default