From 269b4d6d4a0d181b8f5de7488eec17a1a6c2a469 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 14 May 2025 19:18:54 +0800 Subject: [PATCH] feat: add ngx_brotli module (#3906) --- openresty/1.27.1.2-0-1-focal/build/module.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openresty/1.27.1.2-0-1-focal/build/module.json b/openresty/1.27.1.2-0-1-focal/build/module.json index 77a69e50e..e663807cc 100644 --- a/openresty/1.27.1.2-0-1-focal/build/module.json +++ b/openresty/1.27.1.2-0-1-focal/build/module.json @@ -1,4 +1,11 @@ [ + { + "name":"ngx_brotli", + "script":"", + "packages":[], + "params": "--add-module=/usr/local/openresty/modules/ngx_brotli", + "enable":false + }, { "name":"rtmp", "script":"unzip -o /tmp/nginx-rtmp-module.zip -d /tmp",