We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395186 commit e5a5858Copy full SHA for e5a5858
railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt
@@ -33,5 +33,6 @@ port ENV.fetch("PORT", 3000)
33
# Allow puma to be restarted by `bin/rails restart` command.
34
plugin :tmp_restart
35
36
-# Only use a pidfile when requested
+# Specify the PID file. Defaults to tmp/pids/server.pid in development.
37
+# In other environments, only set the PID file if requested.
38
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
0 commit comments