mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
9 lines
235 B
Ruby
9 lines
235 B
Ruby
environment 'production'
|
|
pidfile "tmp/puma/pid"
|
|
state_path "tmp/puma/state"
|
|
bind 'unix:///tmp/kipketer.sock'
|
|
activate_control_app
|
|
stdout_redirect 'log/stdout', 'log/stderr', true
|
|
|
|
workers 4 # We start four workers to ensure streaming.
|