Skip to content

Commit 269a329

Browse files
authored
Switch download links to https
1 parent c300a8d commit 269a329

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
conf_file = "nginx.conf"
66

77
links = {
8-
"pcre" : "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz",
9-
"zlib" : "http://zlib.net/zlib-1.2.11.tar.gz",
10-
"openssl": "http://www.openssl.org/source/openssl-1.0.2k.tar.gz",
11-
"nginx": "http://nginx.org/download/nginx-1.12.0.tar.gz"
8+
"pcre" : "https://ftp.pcre.org/pub/pcre/pcre-8.41.tar.gz",
9+
"zlib" : "https://zlib.net/zlib-1.2.11.tar.gz",
10+
"openssl": "https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
11+
"nginx": "https://nginx.org/download/nginx-1.12.0.tar.gz"
1212
}
1313

1414
ws_backend = "http://brokerstats-test.financial.com/streaming"

0 commit comments

Comments
 (0)