adjust new path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
root = "/home/redstoner/website/public"
|
root = "/var/rails_site/"
|
||||||
working_directory root
|
working_directory root
|
||||||
pid "#{root}/tmp/pids/unicorn.pid"
|
pid "#{root}/tmp/pids/unicorn.pid"
|
||||||
stderr_path "#{root}/log/unicorn.log"
|
stderr_path "#{root}/log/unicorn.log"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ set -e
|
|||||||
|
|
||||||
# Feel free to change any of the following variables for your app:
|
# Feel free to change any of the following variables for your app:
|
||||||
TIMEOUT="${TIMEOUT-60}"
|
TIMEOUT="${TIMEOUT-60}"
|
||||||
APP_ROOT="/home/redstoner/website/public"
|
APP_ROOT="/var/rails_site/"
|
||||||
PID="$APP_ROOT/tmp/pids/unicorn.pid"
|
PID="$APP_ROOT/tmp/pids/unicorn.pid"
|
||||||
CMD="cd $APP_ROOT; bundle exec unicorn -D -c $APP_ROOT/config/unicorn.rb -E production"
|
CMD="cd $APP_ROOT; bundle exec unicorn -D -c $APP_ROOT/config/unicorn.rb -E production"
|
||||||
AS_USER="www-data"
|
AS_USER="www-data"
|
||||||
|
|||||||
Reference in New Issue
Block a user