-
Notifications
You must be signed in to change notification settings - Fork 768
Open
Description
原文中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
Metadata
Metadata
Assignees
Labels
No labels