diff --git a/doc/htdocs/deployment.html b/doc/htdocs/deployment.html index 10f9b2ac..83abc216 100644 --- a/doc/htdocs/deployment.html +++ b/doc/htdocs/deployment.html @@ -50,8 +50,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:

 worker_processes 1;