]> git.za3k.com Git - za3k.git/commitdiff
HTTPS by default
authorZachary Vance <za3k@za3k.com>
Sat, 28 Nov 2015 20:46:52 +0000 (12:46 -0800)
committerZachary Vance <za3k@za3k.com>
Sat, 28 Nov 2015 20:46:52 +0000 (12:46 -0800)
cgi-bin/service.status.d/logging - analog
cgi-bin/service.status.d/markdown

index 92a0a819b68e859559084fd877a301406c13a25a..41d943a01a2e3f6275a89ad35104cc5acb2f94a8 100644 (file)
@@ -1,4 +1,4 @@
-URL="http://za3k.com/~logs/analog.html"
+URL="https://za3k.com/~logs/analog.html"
 ./up? "${URL}" || exit 1
 SIZE=$(curl -s "${URL}" | wc -c)
 TARGET_SIZE=20000
index 58bdded545848be84f2293f9f5f5aa8b277ccecf..a29814b68fb99fb1bc8b331776dd2f21f7202b7f 100644 (file)
@@ -1,3 +1,3 @@
-TESTSITE="http://za3k.com/colony.md"
+TESTSITE="https://za3k.com/colony.md"
 echo "Markdown testing at ${TESTSITE}"
 curl "${TESTSITE}" | grep -q "<h2>"