Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- app_name = "НАЗВАНИЕ_ПРИЛОЖЕНИЯ"
- root = "/home/deployer/apps/#{app_name}/current"
- working_directory root
- pid "/home/deployer/apps/#{app_name}/shared/pids/unicorn.pid"
- stderr_path "#{root}/log/unicorn.log"
- stdout_path "#{root}/log/unicorn.log"
- listen "/tmp/unicorn.blog.sock"
- worker_processes 2
- timeout 30
Advertisement
Add Comment
Please, Sign In to add comment