Skip to content

Commit

Permalink
Update download urls to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Jan 6, 2020
1 parent bd53d1e commit 4553a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ZLIB_VERSION=${ZLIB_VERSION-1.2.11}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.33}
UUID4_VERSION=${UUID4_VERSION-master}

nginx_tarball_url=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
pcre_tarball_url=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PCRE_VERSION}.tar.gz
nginx_tarball_url=https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
pcre_tarball_url=https://ftp.pcre.org/pub/pcre/pcre-${PCRE_VERSION}.tar.gz
zlib_url=http://zlib.net/zlib-${ZLIB_VERSION}.tar.gz
headers_more_nginx_module_url=https://github.com/openresty/headers-more-nginx-module/archive/v${HEADERS_MORE_VERSION}.tar.gz
uuid4_url=https://github.com/cybozu/nginx-uuid4-module/archive/${UUID4_VERSION}.tar.gz
Expand Down

0 comments on commit 4553a7e

Please sign in to comment.