diff --git a/config/puma.rb b/config/puma.rb index c8ca3f4..86c1c69 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -26,6 +26,9 @@ pidfile ENV.fetch("PIDFILE") { "tmp/pids/puma.pid" } bind 'unix://tmp/sockets/pumactl.sock' +# mina/puma expects it +state_path 'tmp/sockets/puma.state' + # Specifies the number of `workers` to boot in clustered mode. # Workers are forked web server processes. If using threads and workers together # the concurrency of the application would be max `threads` * `workers`.