1
0
mirror of https://github.com/Eising/kipketer.git synced 2024-05-11 05:55:17 +00:00
Allan Eising e0ff5ca760 First commit
2015-10-27 21:15:36 +01:00

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.