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"