t/GNUmakefile: cleanup test dependencies
[rainbows.git] / examples / reverse_proxy.ru
blobfcb9e74ef75d337cb5401437713023491094eb66
1 # see Rainbows::ReverseProxy RDoc
2 cfg = {
3   :upstreams => [
4     "/tmp/.r.sock",
5     "http://bogomips.org/",
6     [ "http://10.6.6.6:666/", { :weight => 666 } ],
7   ]
9 run Rainbows::ReverseProxy.new(cfg)