From 053102f5e89b895161d21c956bd969e30bed3d0d Mon Sep 17 00:00:00 2001 From: Torsten Date: Thu, 31 Mar 2022 02:17:16 +0300 Subject: [PATCH] change socket name to match mina puma --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index 03b4d31..c8ca3f4 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -24,7 +24,7 @@ environment ENV.fetch("RAILS_ENV") { "development" } # Specifies the `pidfile` that Puma will use. pidfile ENV.fetch("PIDFILE") { "tmp/pids/puma.pid" } -bind 'unix://tmp/sockets/puma.sock' +bind 'unix://tmp/sockets/pumactl.sock' # Specifies the number of `workers` to boot in clustered mode. # Workers are forked web server processes. If using threads and workers together