We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9a88 commit e1157ddCopy full SHA for e1157dd
eng/scripts/install-nginx-linux.sh
@@ -6,7 +6,7 @@ scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
reporoot="$(dirname "$(dirname "$scriptroot")")"
7
nginxinstall="$reporoot/.tools/nginx"
8
9
-curl -sSL http://nginx.org/download/nginx-1.14.2.tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.14.2/
+curl -sSL http://nginx.org/download/nginx-1.26.3.tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.26.3/
10
./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
11
make
12
make install
0 commit comments