# set path to application
shared_dir = "home/kvs/app001"

# Set unicorn options
worker_processes 2
preload_app true
timeout 30

# Set up socket location
listen "/sockets/unicorn.sock", :backlog => 64

# Logging
stderr_path "/log/unicorn.stderr.log"
stdout_path "/log/unicorn.stdout.log"

# Set master PID location
pid "/pids/unicorn.pid"

Add a code snippet to your website: www.paste.org