Nginx 编译及配置 zstd
安装libzstd-dev
apt install libzstd-dev
拉取zstd-nginx-module
git clone https://github.com/tokers/zstd-nginx-module.git
nginx编译时增加
--add-module=/root/zstd-nginx-module
安装libzstd-dev
apt install libzstd-dev
拉取zstd-nginx-module
git clone https://github.com/tokers/zstd-nginx-module.git
nginx编译时增加
--add-module=/root/zstd-nginx-module