cuber / ngx_http_google_filter_module

Nginx Module for Google Mirror
BSD 2-Clause "Simplified" License
3.35k stars 779 forks source link

请更新zlib源 #151

Open Chapoly1305 opened 5 years ago

Chapoly1305 commented 5 years ago

原文中wget "http://zlib.net/zlib-1.2.8.tar.gz"

已经不再提供,请考虑更新至 wget "http://zlib.net/zlib-1.2.11.tar.gz" 对应的tar xzvf zlib-1.2.8.tar.gz 应改为tar xzvf zlib-1.2.11.tar.gz

以及NGINX的config

 ./configure \
   --prefix=/opt/nginx-1.7.8 \
   --with-pcre=../pcre-8.38 \
   --with-openssl=../openssl-1.0.1j \
   --with-zlib=../zlib-1.2.11 \ 
   --with-http_ssl_module \
   --add-module=../ngx_http_google_filter_module \
   --add-module=../ngx_http_substitutions_filter_module