Revert "do not use puma pidfile"

This reverts commit 8961294a29.
pull/217/head
Pete Matsyburka 2 years ago
parent 968c20d8ca
commit 86dc1a88ed

@ -24,7 +24,7 @@ port ENV.fetch('PORT', 3000)
environment ENV.fetch('RAILS_ENV', 'development')
# Specifies the `pidfile` that Puma will use.
# pidfile ENV.fetch('PIDFILE', "#{Dir.tmpdir}/server.pid")
pidfile ENV.fetch('PIDFILE', "#{Dir.tmpdir}/server.pid")
# Specifies the number of `workers` to boot in clustered mode.
# Workers are forked web server processes. If using threads and workers together

Loading…
Cancel
Save