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. --- examples/unicorn.conf.minimal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/unicorn.conf.minimal.rb') diff --git a/examples/unicorn.conf.minimal.rb b/examples/unicorn.conf.minimal.rb index 2a47910..2d1bf0a 100644 --- a/examples/unicorn.conf.minimal.rb +++ b/examples/unicorn.conf.minimal.rb @@ -1,9 +1,9 @@ # Minimal sample configuration file for Unicorn (not Rack) when used # with daemonization (unicorn -D) started in your working directory. # -# See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete +# See https://bogomips.org/unicorn/Unicorn/Configurator.html for complete # documentation. -# See also http://unicorn.bogomips.org/examples/unicorn.conf.rb for +# See also https://bogomips.org/unicorn/examples/unicorn.conf.rb for # a more verbose configuration using more features. listen 2007 # by default Unicorn listens on port 8080 -- cgit v1.2.3-24-ge0c7