Sha256: fd523398fab27c4d15e90cef2f1afe3f29ba185aab6eeea7f95d1c3417e75d3a
Contents?: true
Size: 597 Bytes
Versions: 25
Compression:
Stored size: 597 Bytes
Contents
# Minimal sample configuration file for Unicorn (not Rack) when used # with daemonization (unicorn -D) started in your working directory. # # See https://bogomips.org/unicorn/Unicorn/Configurator.html for complete # documentation. # See also https://bogomips.org/unicorn/examples/unicorn.conf.rb for # a more verbose configuration using more features. listen 2007 # by default Unicorn listens on port 8080 worker_processes 2 # this should be >= nr_cpus pid "/path/to/app/shared/pids/unicorn.pid" stderr_path "/path/to/app/shared/log/unicorn.log" stdout_path "/path/to/app/shared/log/unicorn.log"
Version data entries
25 entries across 25 versions & 3 rubygems