thin config changes

This commit is contained in:
Abhay Rana 2015-08-22 20:54:59 +05:30
parent fcf0152922
commit f18cbffa2d
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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.