Fix procfile.

This commit is contained in:
2013-04-21 10:12:35 +01:00
parent ef31fcf6ca
commit 4cdb3697c9

View File

@@ -1 +1 @@
web: cd app; python manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 4 -k gevent max-requests=500 preload
web: cd app; python manage.py run_gunicorn -w 4 --max-requests=500 --preload