From 932fedb229889a82023ff4f3cad9e8e482ee4041 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Sep 2016 21:16:47 +0000 Subject: move website to https://yhbt.net/yahns/ HTTPS adds some level of privacy protection and helps marketing (because we care soooo much about good marketing! :P). Performance-wise, this reduces subjectAltName bloat when negotiating connections and will also speed up occasional certificate renewals when/if we drop the old name. Also, not occupying the document root of a domain will make it easier to add alternative site locations in the future, because centralization sucks and I don't like the idea of anybody paying ICANN or similar entities for domain names. --- lib/yahns.rb | 4 ++-- lib/yahns/config.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/yahns.rb b/lib/yahns.rb index 2be7930..a0abe49 100644 --- a/lib/yahns.rb +++ b/lib/yahns.rb @@ -16,8 +16,8 @@ require 'sleepy_penguin' end # yahns exposes no user-visible API outside of the config file. -# See http://yahns.yhbt.net/yahns_config.txt for the config documentation -# and http://yahns.yhbt.net/ for the homepage. +# See https://yhbt.net/yahns/yahns_config.txt for the config documentation +# and https://yhbt.net/yahns/ for the homepage. # Internals are subject to change. module Yahns diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb index 86774b8..98fe170 100644 --- a/lib/yahns/config.rb +++ b/lib/yahns/config.rb @@ -4,7 +4,7 @@ # frozen_string_literal: true # # Implements a DSL for configuring a yahns server. -# See http://yahns.yhbt.net/examples/yahns_multi.conf.rb for a full +# See https://yhbt.net/yahns/examples/yahns_multi.conf.rb for a full # example configuration file. class Yahns::Config # :nodoc: # public within yahns itself, NOT a public interface for users outside -- cgit v1.2.3-24-ge0c7