change socket name to match mina puma
This commit is contained in:
parent
839f1c1d94
commit
053102f5e8
@ -24,7 +24,7 @@ environment ENV.fetch("RAILS_ENV") { "development" }
|
|||||||
# Specifies the `pidfile` that Puma will use.
|
# Specifies the `pidfile` that Puma will use.
|
||||||
pidfile ENV.fetch("PIDFILE") { "tmp/pids/puma.pid" }
|
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.
|
# Specifies the number of `workers` to boot in clustered mode.
|
||||||
# Workers are forked web server processes. If using threads and workers together
|
# Workers are forked web server processes. If using threads and workers together
|
||||||
|
Loading…
Reference in New Issue
Block a user