什么是 brotli
brotli 是 Google 开发的最新压缩算法,有效减少网站传输数据。具体内容请查看 WIKI。
https://en.wikipedia.org/wiki/Brotli
安装
安装依赖 cmake
下载安装
下载安装模块
https://github.com/google/ngx_brotli
https://github.com/eustas/ngx_brotli
cd /usr/local/src
git clone https://github.com/eustas/ngx_brotli.git
cd ngx_brotli
git submodule update --init --recursive