From 2ff984bed2cae91c922780809ab2ffc8890ecc27 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Jul 2016 02:08:00 +0000 Subject: doc use HTTPS for URLs and move homepage Thanks to Let's Encrypt, the bogomips.org now supports HTTPS so our homepage can be moved to: https://bogomips.org/clogger/ While clogger.bogomips.org is part of the TLS certificate, it is needless subjectAltName bloat that should not have been created. This will also make it easier to have multiple homepages in the future as a Tor hidden service. --- lib/clogger/format.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/clogger/format.rb b/lib/clogger/format.rb index 54fe766..6a63ce6 100644 --- a/lib/clogger/format.rb +++ b/lib/clogger/format.rb @@ -5,12 +5,12 @@ class Clogger # predefined log formats in wide use module Format # common log format used by Apache: - # http://httpd.apache.org/docs/2.2/logs.html + # https://httpd.apache.org/docs/2.4/logs.html Common = "$remote_addr - $remote_user [$time_local] " \ '"$request" $status $response_length' # combined log format used by Apache: - # http://httpd.apache.org/docs/2.2/logs.html + # https://httpd.apache.org/docs/2.4/logs.html Combined = %Q|#{Common} "$http_referer" "$http_user_agent"| # combined log format used by nginx: -- cgit v1.2.3-24-ge0c7