From 4cdb3697c962fa206c3d9224350faedb2d056b0f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 21 Apr 2013 10:12:35 +0100 Subject: [PATCH] Fix procfile. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 83caf7e..7dc7bf0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd app; python manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 4 -k gevent –max-requests=500 –preload \ No newline at end of file +web: cd app; python manage.py run_gunicorn -w 4 --max-requests=500 --preload \ No newline at end of file