From f18cbffa2ddc4b3ce98c7638047ca330e8a7632d Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 22 Aug 2015 20:54:59 +0530 Subject: [PATCH] thin config changes --- config.yml | 6 +++--- config/deploy.rb | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index d89d0c1..208e991 100644 --- a/config.yml +++ b/config.yml @@ -1,12 +1,12 @@ --- environment: production - chdir: /home/lightsaber/lightsaber - address: 127.0.0.1 + chdir: /home/lightsaber/lightsaber/current + address: 0.0.0.0 user: lightsaber group: lightsaber port: 4567 pid: /tmp/lightsaber.pid - rackup: /home/lightsaber/lightsaber/config.ru + rackup: config.ru log: /home/lightsaber/lightsaber/thin.log max_conns: 1024 timeout: 5 diff --git a/config/deploy.rb b/config/deploy.rb index 0af57ae..9ad187b 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -27,7 +27,6 @@ set :rvm_path, "$HOME/.rvm/scripts/rvm" task :environment do # If you're using rbenv, use this to load the rbenv environment. # Be sure to commit your .ruby-version or .rbenv-version to your repository. - queue! "whoami" invoke :'rvm:use[default]' # For those using RVM, use this to load an RVM version@gemset.