Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created June 27, 2011 05:25
Show Gist options
  • Select an option

  • Save etagwerker/1048352 to your computer and use it in GitHub Desktop.

Select an option

Save etagwerker/1048352 to your computer and use it in GitHub Desktop.
resque-web unicorn.rb configuration
worker_processes 2
working_directory "/u/apps/www.etagwerker.com/current/config/resque-web"
listen "/tmp/resque.etagwerker.com.sock", :backlog => 64
listen 9292, :tcp_nopush => true
timeout 15
user 'deployer', 'deployer'
shared_path = "/u/apps/www.etagwerker.com/shared"
pid "#{shared_path}/pids/resque.unicorn.pid"
stderr_path "#{shared_path}/log/resque.unicorn.stderr.log"
stdout_path "#{shared_path}/log/resque.unicorn.stdout.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment