about summary refs log tree commit homepage
path: root/DEPLOY
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 13:52:56 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 13:52:56 -0700
commit89841227d51977cc58e77b68309d4aef633fa61e (patch)
tree4d4e56d9e907a1fb9409e59892dd7dabf79bbf51 /DEPLOY
parent52b306c5cd47e34644f7ec5f7ab100855929b618 (diff)
downloadrainbows-89841227d51977cc58e77b68309d4aef633fa61e.tar.gz
Paragraph ordering matters psychologically.
Diffstat (limited to 'DEPLOY')
-rw-r--r--DEPLOY26
1 files changed, 13 insertions, 13 deletions
diff --git a/DEPLOY b/DEPLOY
index e04ef56..253a068 100644
--- a/DEPLOY
+++ b/DEPLOY
@@ -1,5 +1,18 @@
 = Deploying \Rainbows!
 
+== \Rainbows! only
+
+For the daring, you should consider deploying \Rainbows! in a standalone
+configuration.  This will be more highly recommended as \Rainbows!
+stabilizes, especially if static file performance improves (or you don't
+need them).
+
+You will need to do this to support things like BOSH or do real-time
+processing of the request body as it is being uploaded.
+
+In this case, haproxy or any similar (non-request-body-buffering) load
+balancer should be used to balance requests between different machines.
+
 == nginx proxying to \Rainbows! or Unicorn
 
 For high-traffic applications, routing slow actions to \Rainbows! with
@@ -15,19 +28,6 @@ can forward fast actions to Unicorn.
 Be sure to set <tt>proxy_buffering off</tt> in nginx for "slow actions"
 if you have Comet applications (but not for Unicorn).
 
-== \Rainbows! only
-
-For the daring (or low-traffic sites), you should consider deploying
-\Rainbows! in a standalone configuration.  This will be more highly
-recommended as \Rainbows! stabilizes, especially if static file
-performance improves (or you don't need them).
-
-You will need to do this to support things like BOSH or do real-time
-processing of the request body as it is being uploaded.
-
-In this case, haproxy or any similar (non-request-body-buffering) load
-balancer should be used to balance requests between different machines.
-
 == Denial-of-Service Concerns
 
 Since \Rainbows! is designed to talk to slow clients with long-held