@@ -30,6 +30,13 @@ if [ ! -f "lib/pcre/configure" ]; then
cd ../..
fi
### ZLIB reconf
if[ ! -f "lib/zlib/Makefile"];then
cd lib/zlib
./configure
cd ../..
fi
### PSOL Download (PageSpeed)
if[ ! -d "lib/ngx_pagespeed/psol"];then
cd lib/ngx_pagespeed
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.