문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
nginx:gzip [2012/10/31 14:33] kwon37xi |
nginx:gzip [2015/09/15 11:25] (현재) kwon37xi |
||
---|---|---|---|
줄 5: | 줄 5: | ||
* [[http:// | * [[http:// | ||
* '' | * '' | ||
- | * '' | + | * '' |
< | < | ||
gzip on; | gzip on; | ||
gzip_static on; | gzip_static on; | ||
- | gzip_disable | + | gzip_disable |
- | gzip_disable "MSIE [1-6]\.(? | + | # gzip_disable "MSIE [1-6]\.(? |
- | gzip_types application/ | + | gzip_types application/ |
- | gzip_types | + | |
</ | </ | ||
+ | |||
+ | ====== nginx 1.2 HEAD / gzip 관련 버그 ====== | ||
+ | * nginx 1.2 대에는 HEAD 요청이 들어올 때 '' | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * 최신 버전으로 업그레이드하거나, | ||
+ |