Sha256: ef93ea18d5f80aff90d35c7bdad6745f875bd202b25252bb42a34720a86d41e5
Contents?: true
Size: 589 Bytes
Versions: 9
Compression:
Stored size: 589 Bytes
Contents
# Minimal sample configuration file for Unicorn (not Rack) when used # with daemonization (unicorn -D) started in your working directory. # # See https://yhbt.net/unicorn/Unicorn/Configurator.html for complete # documentation. # See also https://yhbt.net/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
9 entries across 9 versions & 2 rubygems