문서의 이전 판입니다!
텍스트 컨텐츠는 gzip 압축으로 전송해야 성능에 좋다.
text/html
은 기본으로 항상 압축된다.gzip on; gzip_disable "msie6"; // 자동으로 IE6, 5.5를 감지해서 disable한다. gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_types application/x-javascript application/javascript application/xml gzip_types text/javascript application/json text/json text/css text/plain application/xhtml+xml application/rss+xml ;