From e277ca8126b1032db900217fa02a0aba644e4363 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <1paneldev@sina.com> Date: Tue, 29 Apr 2025 15:13:47 +0800 Subject: [PATCH] feat: remove ngx_brotli --- openresty/1.27.1.2-0-1-focal/build/module.json | 7 ------- 1 file changed, 7 deletions(-) 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 f962eac31..77a69e50e 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,11 +1,4 @@ [ - { - "name":"brotli", - "script":"unzip -o /tmp/ngx_brotli.zip -d /tmp", - "packages":[], - "params": "--add-module=/tmp/ngx_brotli", - "enable":false - }, { "name":"rtmp", "script":"unzip -o /tmp/nginx-rtmp-module.zip -d /tmp",