9 lines
148 B
Ruby
9 lines
148 B
Ruby
|
root = Dir.getwd.to_s
|
||
|
|
||
|
bind 'tcp://0.0.0.0:3108'
|
||
|
pidfile '/tmp/puma.pid'
|
||
|
state_path '/tmp/puma.state'
|
||
|
rackup root.to_s + '/config.ru'
|
||
|
|
||
|
threads 4, 8
|