1 Star 0 Fork 0

cevin/ngx_brotli_module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
Vlad Krasnov 提交于 2016-09-29 03:20 +08:00 . Update the module to use the new C encoder
ngx_addon_name=ngx_http_brotli_filter_module
HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES ngx_http_brotli_filter_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_brotli_filter_module.c"
CORE_INCS="$CORE_INCS $ngx_addon_dir/brotli/include/"
CORE_DEPS="$CORE_DEPS brotli"
CORE_LIBS="$CORE_LIBS -lm"
CORE_LINK="$CORE_LINK $ngx_addon_dir/brotli/bin/obj/enc/backward_references.o \
$ngx_addon_dir/brotli/bin/obj/enc/bit_cost.o \
$ngx_addon_dir/brotli/bin/obj/enc/block_splitter.o \
$ngx_addon_dir/brotli/bin/obj/enc/brotli_bit_stream.o \
$ngx_addon_dir/brotli/bin/obj/enc/cluster.o \
$ngx_addon_dir/brotli/bin/obj/enc/compress_fragment.o \
$ngx_addon_dir/brotli/bin/obj/enc/compress_fragment_two_pass.o \
$ngx_addon_dir/brotli/bin/obj/enc/encode.o \
$ngx_addon_dir/brotli/bin/obj/enc/entropy_encode.o \
$ngx_addon_dir/brotli/bin/obj/enc/histogram.o \
$ngx_addon_dir/brotli/bin/obj/enc/literal_cost.o \
$ngx_addon_dir/brotli/bin/obj/enc/memory.o \
$ngx_addon_dir/brotli/bin/obj/enc/metablock.o \
$ngx_addon_dir/brotli/bin/obj/enc/static_dict.o \
$ngx_addon_dir/brotli/bin/obj/enc/utf8_util.o \
$ngx_addon_dir/brotli/bin/obj/common/dictionary.o"
have=NGX_HTTP_GZIP . auto/have
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/cevinc/ngx_brotli_module.git
git@gitee.com:cevinc/ngx_brotli_module.git
cevinc
ngx_brotli_module
ngx_brotli_module
master

搜索帮助