Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-01-25 02:56:55 +0400
committerdanielgrippi <danielgrippi@gmail.com>2012-01-25 02:56:55 +0400
commit52438ffaf2eba04e67c22eee7edfba1e5ac2b081 (patch)
treefa4fb9f61e7844f48774affa39acc6cdf18426e0 /Procfile
parent100625d18cf9d33120a109f62400319de13d1b9d (diff)
add unicorn back in. only use one worker process for now. also, move chrome_frame middleware into the correct load path in lib. [ci skip]
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index de878e074..9f7bd77c1 100644
--- a/Procfile
+++ b/Procfile
@@ -1,4 +1,4 @@
-web: bundle exec rails s thin -p $PORT
+web: bundle exec unicorn -c config/unicorn.rb -p $PORT
redis: redis-server
catchall_worker: env QUEUE=* bundle exec rake resque:work
slow_worker: env QUEUES=socket_webfinger,photos,http_service,receive_local,mail,receive,receive_salmon,http,delete_account bundle exec rake resque:work