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 c300a8d commit 269a329Copy full SHA for 269a329
test/test_config.py
@@ -5,10 +5,10 @@
5
conf_file = "nginx.conf"
6
7
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"
+"pcre" : "https://ftp.pcre.org/pub/pcre/pcre-8.41.tar.gz",
+"zlib" : "https://zlib.net/zlib-1.2.11.tar.gz",
+"openssl": "https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
+"nginx": "https://nginx.org/download/nginx-1.12.0.tar.gz"
12
}
13
14
ws_backend = "http://brokerstats-test.financial.com/streaming"
0 commit comments