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",