From 59396b2557492f2f6ffe1452d1108e58eb5bdca4 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 26 Mar 2010 18:00:47 +0100 Subject: [PATCH] typo --- doc/site/deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/site/deployment.rst b/doc/site/deployment.rst index e207be13..d449184d 100644 --- a/doc/site/deployment.rst +++ b/doc/site/deployment.rst @@ -6,8 +6,8 @@ Production Setup Although there are many HTTP proxies available, we strongly advise that you use Nginx_. If you choose another proxy server you need to make sure that it buffers slow clients when you use default Gunicorn arbiter. Without this buffering Gunicorn will be easily susceptible to Denial-Of-Service attacks. -Nginx Config for fast clients hanling -------------------------------------- +Nginx Config for fast clients handling +-------------------------------------- An `example configuration`_ file for use with Nginx_::