|
@@ -6,7 +6,7 @@ scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
reporoot="$(dirname "$(dirname "$scriptroot")")"
|
|
reporoot="$(dirname "$(dirname "$scriptroot")")"
|
|
|
nginxinstall="$reporoot/.tools/nginx"
|
|
nginxinstall="$reporoot/.tools/nginx"
|
|
|
|
|
|
|
|
-curl -sSL http://nginx.org/download/nginx-1.14.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/nginx-1.14.2/
|
|
|
|
|
|
|
+curl -sSL http://nginx.org/download/nginx-1.14.2.tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.14.2/
|
|
|
./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
|
|
./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
|
|
|
make
|
|
make
|
|
|
make install
|
|
make install
|