Add gunicorn timeout option in admin guide.
authorAntony Chazapis <chazapis@gmail.com>
Wed, 7 Dec 2011 12:15:33 +0000 (14:15 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Wed, 7 Dec 2011 12:15:33 +0000 (14:15 +0200)
docs/source/adminguide.rst

index aa3facd..fffcdde 100644 (file)
@@ -172,6 +172,12 @@ Configure and run::
   a2enmod proxy_http
   /etc/init.d/apache2 restart
 
+If experiencing timeout problems, try adding to ``/etc/gunicorn.d/pithos``::
+
+        ...
+        '--timeout=43200',
+        ...
+
 Shibboleth Setup
 ----------------