about summary refs log tree commit homepage
path: root/vs_Unicorn
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-10-31 20:13:40 +0000
committerEric Wong <e@80x24.org>2016-10-31 20:14:33 +0000
commit4932b06f13912f371ea2b3d06daf0f6ea3c9271c (patch)
tree8aff39a727f813c5de257d75712f073262bc9425 /vs_Unicorn
parentf8991f78c4b19e6bb85bc31580589d202b43298d (diff)
downloadrainbows-4932b06f13912f371ea2b3d06daf0f6ea3c9271c.tar.gz
Let's Encrypt is working well for us and having fewer domains
reduces subjectAltName bloat to speed up connection
establishment

HTTP will remain working indefinitely since some old systems
do not have modern TLS stacks.
Diffstat (limited to 'vs_Unicorn')
-rw-r--r--vs_Unicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs_Unicorn b/vs_Unicorn
index 6f910a7..1ae2db3 100644
--- a/vs_Unicorn
+++ b/vs_Unicorn
@@ -82,7 +82,7 @@ unicorn code), some things are not:
   to different worker processes, and if your listen() +:backlog+ is
   overflowing: to other machines in your cluster.
 
-* Accepts the same {signals}[http://unicorn.bogomips.org/SIGNALS.html]
+* Accepts the same {signals}[https://bogomips.org/unicorn/SIGNALS.html]
   for process management, so you can share scripts to manage them (and
   nginx, too).