From 3675659b9fe1da0c36085b389b24ad8e45599966 Mon Sep 17 00:00:00 2001 From: Torsten Date: Thu, 31 Mar 2022 02:43:19 +0300 Subject: [PATCH] one more puma --- config/puma.rb | 3 +++ 1 file changed, 3 insertions(+) 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`.