登 陆
/usr/local/nginx/conf/nginx.conf 默认不压缩html和php 需要自己加上
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; }
location ~ .*\.(html|htm|php|js|css)?$ { expires 1d; }