From 2f6d41ce475250e925b9cccf80df31aee156848d Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 4 Jan 2012 16:41:32 -0800 Subject: [PATCH] use mongrel webserver for now in procfile for los --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4b2086aca..18cbb97c1 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec rails s thin -p $PORT +web: bundle exec rails s -p $PORT redis: redis-server worker: QUEUE=* bundle exec rake resque:work