From 2470df78a363174357a9c7f2c30848c351ced2ba Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sat, 28 Nov 2015 12:46:52 -0800 Subject: [PATCH] HTTPS by default --- cgi-bin/service.status.d/logging - analog | 2 +- cgi-bin/service.status.d/markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "

" -- 2.47.3