#!/usr/bin/env puma # app do |env| # puts env # # body = 'Hello, World!' # # [200, { 'Content-Type' => 'text/plain', 'Content-Length' => body.length.to_s }, [body]] # end environment 'production' daemonize false pidfile 'tmp/pids/puma.pid' state_path 'tmp/pids/puma.state' # stdout_redirect 'log/puma.log', 'log/puma_err.log' # quiet threads 0, 16 bind 'unix://tmp/sockets/puma.sock' # ssl_bind '127.