webdap/puma.rb

9 lines
148 B
Ruby
Raw Normal View History

2022-12-10 01:59:30 -05:00
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