- 积分
- 8
- 威望
-
- 金钱
-
- 注册时间
- 2012-11-29
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
GZip的开启怎么这么蛋疼。在ngnix.conf里面LNMp默认就是开启的。论坛是disucz的,在配置文件也把gzip开启了
- gzip on;
- gzip_min_length 1k;
- gzip_proxied any;
- gzip_buffers 4 16k;
- gzip_comp_level 6;
- gzip_disable "MSIE [1-6].";
- gzip_types text/plain application/x-javascript text/css text/xml;
- gzip_vary on;
复制代码
在putty里面检测。
- [root@localhost ~]# curl -I -H "Accept-Encoding: gzip, deflate" "http://bbs.mahoupao.com"
- HTTP/1.1 200 OK
- Server: nginx
- Date: Sat, 22 Dec 2012 11:04:12 GMT
- Content-Type: text/html; charset=gbk
- Connection: keep-alive
- X-Powered-By: PHP/5.3.19
- Set-Cookie: N5Vw_2132_saltkey=S4A49rXA; expires=Mon, 21-Jan-2013 11:04:12 GMT; path=/; httponly
- Set-Cookie: N5Vw_2132_lastvisit=1356170652; expires=Mon, 21-Jan-2013 11:04:12 GMT; path=/
- Set-Cookie: N5Vw_2132_sid=E8jQQ8; expires=Sun, 23-Dec-2012 11:04:12 GMT; path=/
- Set-Cookie: N5Vw_2132_lastact=1356174252%09index.php%09; expires=Sun, 23-Dec-2012 11:04:12 GMT; path=/
- Set-Cookie: N5Vw_2132_stats_qc_reg=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
- Set-Cookie: N5Vw_2132_cloudstatpost=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/
- Content-Encoding: gzip
- Vary: Accept-Encoding
复制代码
Content-Encoding: gzip 似乎是开启的。
但是到http://tool.chinaz.com/Gzips/ 去检测
就是没开启的。
- 网址 bbs.mahoupao.com 检测结果如下:
- 是否压缩 否
- 压缩类型 无
- 原始文件大小 82668 字节
- 压缩后文件大小 22056 字节
- 压缩率(估计值) 73.32%
复制代码
怎么搞呢??
但是见鬼的是,在 http://gzip.zzbaike.com/进行检测,GZip又是开启的
怎么回事呢? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|