坑点!!!
1,nginx对静态压缩的文件要求较高,必须与原文件同时生成,如果不是同时生成的,那么nginx将无法进行匹配(对于这一点,笔者在引入插件后源代码未变更,导致gz文件与原文件时间不一致,导致静态压缩不生效);
官网原话:
The files can be compressed using thegzipcommand, or any other compatible one. It is recommended that the modification date and time of original and compressed files be the same.
2,nginx默认是没有安装ngx_http_gzip_static_module静态压缩模块的,需手动开启,开启方法这里不赘述,直接上指令:
找到安装路径的configure文件以后,就在这个文件夹下,执行如下命令