From 81518f1ec4fa64dcb7d92f16e608e5c196caa452 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 25 Jun 2014 00:08:54 +0200 Subject: [PATCH] fixes for production --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 9d4e632..2067b63 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,4 +1,4 @@ -root = "/home/www-data/apps/redstoner" +root = "/home/www-data/apps/redstoner/current" working_directory root pid "#{root}/tmp/pids/unicorn.pid" stderr_path "#{root}/log/unicorn.log"