宝塔nginx安装ngx_brotli
介绍
卸载已安装的nginx
安装ngx_brotli
# 进入对应目录 cd /www/server # 下载ngx_brotli git clone --recurse-submodules -j8 https://github.com/google/ngx_brotli # 添加ngx_brotli编译参数 echo "--add-module=/www/server/ngx_brotli" > /www/server/panel/install/nginx_configure.pl
使用
参考
Last updated
Was this helpful?

