Skip to content

Instantly share code, notes, and snippets.

@thotmx
Last active August 29, 2015 14:01
Show Gist options
  • Save thotmx/de25ec769e6a324e5f2d to your computer and use it in GitHub Desktop.
Save thotmx/de25ec769e6a324e5f2d to your computer and use it in GitHub Desktop.
config/unicorn.rb
root = "/home/deployer/apps/<<aplicacion>>/current"
working_directory root
pid "#{root}/tmp/pids/unicorn.pid"
stderr_path "#{root}/log/unicorn.log"
stdout_path "#{root}/log/unicorn.log"
listen "/tmp/unicorn.<<aplicacion>>.sock"
worker_processes 2
timeout 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment