Add gunicorn timeout option in admin guide.
[pithos] / 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
 ----------------