mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
636732c447
* Remove daemonization * Fix t2 integration
5 lines
155 B
Ruby
5 lines
155 B
Ruby
log_requests
|
|
stdout_redirect "t2-stdout"
|
|
pidfile "t2-pid"
|
|
bind "tcp://0.0.0.0:10103"
|
|
rackup File.expand_path('../rackup/hello.ru', File.dirname(__FILE__))
|