about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-14 20:05:05 +0000
committerEric Wong <e@80x24.org>2017-03-14 20:08:06 +0000
commite9b9af6ca2957752cb9c6ca6e935ef081751e61b (patch)
tree91164ef100830a5030f320873d3562625121505e /lib
parent4ce6b00f75f1584aff088f6b4e6b15488331e582 (diff)
downloadunicorn-e9b9af6ca2957752cb9c6ca6e935ef081751e61b.tar.gz
bogomips.org is dropping prefixes to reduce subjectAltName bloat
in TLS certificates.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index f122563..4bd7bda 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -95,7 +95,7 @@ module Unicorn
 
   # returns an array of strings representing TCP listen socket addresses
   # and Unix domain socket paths.  This is useful for use with
-  # Raindrops::Middleware under Linux: http://raindrops.bogomips.org/
+  # Raindrops::Middleware under Linux: https://bogomips.org/raindrops/
   def self.listener_names
     Unicorn::HttpServer::LISTENERS.map do |io|
       Unicorn::SocketHelper.sock_name(io)