update examples for Rack/Zbatery
[raindrops.git] / examples / zbatery.conf.rb
blob7feee32bd0ad0aecd601eff9e0f927a0ee41eee8
1 # Used for running Raindrops::Watcher, which requires a multi-threaded
2 # Rack server capable of streaming a response.  Threads must be used,
3 # so Zbatery is recommended: http://zbatery.bogomip.org/
4 Rainbows! do
5   use :ThreadSpawn
6 end
7 stderr_path "/var/log/rainbows/stderr.log"
8 stdout_path "/var/log/rainbows/stdout.log"