From 1819132ddc813527510064f24e1a20f6d5649662 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 24 May 2015 14:18:08 +0200 Subject: [PATCH] unicorn --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 0faa67c..560350e 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -5,6 +5,6 @@ pid "/home/web/#{@rails_app}/shared/unicorn.pid" stderr_path "/home/web/#{@rails_app}/shared/log/unicorn.log" stdout_path "/home/web/#{@rails_app}/shared/log/unicorn.log" -listen "/home/web/#{@rails_app}/shared/tmp/unicorn.sock" +listen "/home/web/#{@rails_app}/shared/unicorn.sock" worker_processes 2 timeout 30 \ No newline at end of file