Created
June 27, 2011 05:25
-
-
Save etagwerker/1048352 to your computer and use it in GitHub Desktop.
resque-web unicorn.rb configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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