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.
2 parents fc17537 + 36f3dd3 commit 9c91311Copy full SHA for 9c91311
railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt
@@ -16,6 +16,9 @@ port ENV.fetch("PORT") { 3000 }
16
#
17
environment ENV.fetch("RAILS_ENV") { "development" }
18
19
+# Specifies the `pidfile` that Puma will use.
20
+pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
21
+
22
# Specifies the number of `workers` to boot in clustered mode.
23
# Workers are forked web server processes. If using threads and workers together
24
# the concurrency of the application would be max `threads` * `workers`.
0 commit comments