Sha256: 7f38154b3552d2e6e7973e9ca5c906c88ee2a414e39aa7770966c6b34951bcba
Contents?: true
Size: 399 Bytes
Versions: 38
Compression:
Stored size: 399 Bytes
Contents
listen '0.0.0.0:8080' pid 'tmp/pids/unicorn.pid' preload_app true stderr_path 'log/unicorn.stderr.log' stdout_path 'log/unicorn.stdout.log' timeout 10 worker_processes 2 # After forking, the GC is disabled, because we # kill off the workers after x requests and fork # new ones – so the GC doesn't run. # after_fork do |_, _| GC.disable end
Version data entries
38 entries across 38 versions & 2 rubygems