mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Fix nginx brotli module
This commit is contained in:
@@ -731,9 +731,9 @@ with --no-deps-check."
|
||||
status "Downloading ngx_brotli..."
|
||||
run git clone https://github.com/eustas/ngx_brotli.git
|
||||
|
||||
#cd ngx_brotli || exit 1
|
||||
#run git checkout v0.1.3rc
|
||||
#run git submodule update --init
|
||||
cd ngx_brotli || exit 1
|
||||
run git checkout v0.1.3rc
|
||||
run git submodule update --init
|
||||
|
||||
if "$DYNAMIC_MODULE"; then
|
||||
add_extra_modules=("--add-dynamic-module=$extra_module_dir/ngx_brotli" "${add_extra_modules[@]}")
|
||||
|
||||
Reference in New Issue
Block a user