Skip to content

Commit

Permalink
Try to disable puma pidfile to avoid reboot loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Mar 31, 2024
1 parent bc275bb commit 1498b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
port ENV.fetch("PORT", 3000)
plugin :tmp_restart
# pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
pidfile ""

0 comments on commit 1498b82

Please sign in to comment.