Sha256: 486497410954766dcc79587ff449a0045a5ba0ddf8450e0f23d022c8ebe33e1c
Contents?: true
Size: 495 Bytes
Versions: 28
Compression:
Stored size: 495 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 # TODO Decide if you want to use the Unicorn killing trick. (Good with large data sets) # # 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
28 entries across 28 versions & 1 rubygems