Sha256: 2e67051c8c9c2c4ad93b77c09895cb0cca083544263a24e2788f39ab219d8ca7
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
worker_processes 4 timeout 30 preload_app true @app_path = Dir.pwd @port = "2887" #socket_file = "#{@app_path}/tmp/sockets/unicorn.sock" #FileUtils.mkdir_p File.dirname(socket_file) #listen socket_file, :backlog => 64 pid_file = "#{@app_path}/tmp/pids/unicorn.pid" FileUtils.mkdir_p File.dirname(pid_file) pid pid_file
Version data entries
6 entries across 6 versions & 1 rubygems