From 86dc1a88ed33cc8b33cb5a2680a611c272344402 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Tue, 2 Jan 2024 22:39:23 +0200 Subject: [PATCH] Revert "do not use puma pidfile" This reverts commit 8961294a294bb91d54fd6759bb43482020a93042. --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index 41754ea5..ebafd96d 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -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