_proj_path = "#{File.expand_path("../..", __FILE__)}" _proj_name = File.basename(_proj_path) _home = ENV.fetch("HOME") { "/home/vagrant" } pidfile "#{_home}/run/#{_proj_name}.pid" bind "unix://#{_home}/run/#{_proj_name}.sock" directory _proj_path # --- ここまで追加 --- # Puma can serve each request in a thread from an internal thread pool. # The `threads` method setting takes two numbers a minimum and m