about summary refs log tree commit homepage
path: root/FAQ
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 18:02:34 +0000
committerEric Wong <e@80x24.org>2016-07-28 18:12:25 +0000
commitc47d13d2c5ce75cca5ac11eda6d6a0e54015e711 (patch)
tree2e1b10337cdf25fe19326ba64f4ef52dff53183a /FAQ
parent87715a83b77dceb879ce9bf20971301817b9a50b (diff)
downloadunicorn-c47d13d2c5ce75cca5ac11eda6d6a0e54015e711.tar.gz
Gmane's NNTP server remains up, but the HTTP site is down:

  https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/

Anyways, our own archives are designed to be mirror-able via git:

  git clone --mirror https://bogomips.org/unicorn-public

And the code is self-hostable: git clone https://public-inbox.org
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index bc70493..4ae2034 100644
--- a/FAQ
+++ b/FAQ
@@ -7,7 +7,7 @@ drained entirely by the application.  This may happen when request
 bodies are gzipped, as unicorn reads request body data lazily to avoid
 overhead from bad requests.
 
-Ref: http://mid.gmane.org/FC91211E-FD32-432C-92FC-0318714C2170@zendesk.com
+Ref: https://bogomips.org/unicorn-public/FC91211E-FD32-432C-92FC-0318714C2170@zendesk.com/
 
 === Why aren't my Rails log files rotated when I use SIGUSR1?