소스 검색

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 년 전
부모
커밋
22de449349
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
     access_log off;
     server_tokens off;
+    msie_padding off;
 
     sendfile off; #default
     tcp_nopush off; #default