Sha256: b9c94d5996f5b6df3d534df8e4dedc73ebc28cc5d5196c6a67993dda26ff22d1

Contents?: true

Size: 400 Bytes

Versions: 9

Compression:

Stored size: 400 Bytes

Contents

<% root = "/home/#{@user}/#{@application}/current" %>
<%= "root = \"#{root}\"" %>
worker_processes 4
working_directory "<%= root %>" # available in 0.94.0+
listen "/tmp/unicorn.<%= @application %>.sock", :backlog => 64
listen 8080, :tcp_nopush => true
timeout 30
pid "<%= root %>/tmp/pids/unicorn.pid"
stderr_path "<%= root %>/log/unicorn.stderr.log"
stdout_path "<%= root %>/log/unicorn.stdout.log"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
unicorn_deployer-0.0.1.9 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.8 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.7 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.6 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.5 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.4 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.3 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.2 lib/generators/deployer/templates/unicorn.rb.erb
unicorn_deployer-0.0.1.1 lib/generators/deployer/templates/unicorn.rb.erb