one more puma
This commit is contained in:
parent
053102f5e8
commit
3675659b9f
@ -26,6 +26,9 @@ pidfile ENV.fetch("PIDFILE") { "tmp/pids/puma.pid" }
|
|||||||
|
|
||||||
bind 'unix://tmp/sockets/pumactl.sock'
|
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.
|
# 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
|
||||||
# the concurrency of the application would be max `threads` * `workers`.
|
# the concurrency of the application would be max `threads` * `workers`.
|
||||||
|
Loading…
Reference in New Issue
Block a user