From: Zachary Vance Date: Sat, 28 Nov 2015 20:46:52 +0000 (-0800) Subject: HTTPS by default X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=2470df78a363174357a9c7f2c30848c351ced2ba;p=za3k.git HTTPS by default --- diff --git a/cgi-bin/service.status.d/logging - analog b/cgi-bin/service.status.d/logging - analog index 92a0a81..41d943a 100644 --- a/cgi-bin/service.status.d/logging - analog +++ b/cgi-bin/service.status.d/logging - analog @@ -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 diff --git a/cgi-bin/service.status.d/markdown b/cgi-bin/service.status.d/markdown index 58bdded..a29814b 100644 --- a/cgi-bin/service.status.d/markdown +++ b/cgi-bin/service.status.d/markdown @@ -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 "

"