From 55d9f128edcaccd29529177f13eaec6f79c5523b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 25 Oct 2016 21:13:03 +0000 Subject: relocate website to https://bogomips.org/unicorn/ HTTPS helps some with reader privacy and Let's Encrypt seems to be working well enough the past few months. This change will allow us to reduce subjectAltName bloat in our TLS certificate over time. It will also promote domain name agility to support mirrors or migrations to other domains (including a Tor hidden service mirror). http://bogomips.org/unicorn/ will remain available for people on legacy systems without usable TLS. There is no plan for automatic redirecting from HTTP to HTTPS at this time. --- lib/unicorn/configurator.rb | 6 +++--- lib/unicorn/http_server.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/unicorn/configurator.rb b/lib/unicorn/configurator.rb index 948c6e3..3329c10 100644 --- a/lib/unicorn/configurator.rb +++ b/lib/unicorn/configurator.rb @@ -3,11 +3,11 @@ require 'logger' # Implements a simple DSL for configuring a unicorn server. # -# See http://unicorn.bogomips.org/examples/unicorn.conf.rb and -# http://unicorn.bogomips.org/examples/unicorn.conf.minimal.rb +# See https://bogomips.org/unicorn/examples/unicorn.conf.rb and +# https://bogomips.org/unicorn/examples/unicorn.conf.minimal.rb # example configuration files. An example config file for use with # nginx is also available at -# http://unicorn.bogomips.org/examples/nginx.conf +# https://bogomips.org/unicorn/examples/nginx.conf # # See the link:/TUNING.html document for more information on tuning unicorn. class Unicorn::Configurator diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb index 741cca5..35bd100 100644 --- a/lib/unicorn/http_server.rb +++ b/lib/unicorn/http_server.rb @@ -6,7 +6,7 @@ # forked worker children. # # Users do not need to know the internals of this class, but reading the -# {source}[http://bogomips.org/unicorn.git/tree/lib/unicorn/http_server.rb] +# {source}[https://bogomips.org/unicorn.git/tree/lib/unicorn/http_server.rb] # is education for programmers wishing to learn how unicorn works. # See Unicorn::Configurator for information on how to configure unicorn. class Unicorn::HttpServer -- cgit v1.2.3-24-ge0c7