Skip to content

Commit a88e5c1

Browse files
committedDec 20, 2011
Update to nginx v1.0.11
1 parent d74702f commit a88e5c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ buildPerl(){
310310
buildNginx(){
311311
printHeader "nginx"
312312
cd source
313-
cd nginx-0.7.67
313+
cd nginx-1.0.11
314314
#./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module --with-openssl=../openssl-1.0.0e; checkError $? "nginx Configure"
315315
./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module; checkError $? "nginx Configure"
316316
$WRE_MAKE; checkError $? "nginx make"

‎getsource.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ tar xfz pcre-8.20.tar.gz
1313
#wget http://openssl.org/source/openssl-1.0.0e.tar.gz
1414
#tar xfz openssl-1.0.0e.tar.gz
1515

16-
wget http://nginx.org/download/nginx-0.7.67.tar.gz
17-
tar xfz nginx-0.7.67.tar.gz
16+
wget http://nginx.org/download/nginx-1.0.11.tar.gz
17+
tar xfz nginx-1.0.11.tar.gz
1818

1919
#wget http://www.monkey.org/~provos/libevent-1.4.14b-stable.tar.gz
2020
#tar xfz libevent-1.4.14b-stable.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.