Skip to content

Commit

Permalink
更换成Google的ngx_brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshiria committed Jun 5, 2022
1 parent 5119528 commit 4b737d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file/add/ngx_brotli.add
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ -e ngx_brotli/ ];then
git pull &&git submodule update --init --depth=1
cd ..
else
git clone --depth=1 https://github.com/eustas/ngx_brotli.git --recurse-submodules
git clone --depth=1 https://github.com/google/ngx_brotli.git --recurse-submodules
#cd ngx_brotli && git submodule update --init --depth=1 && cd ../
fi
ADDCONFIG "--add-module=./ngx_brotli"

0 comments on commit 4b737d4

Please sign in to comment.