xref: /unit/test/ruby/status_int/config.ru (revision 585:17703effc76a)
1*585Szelenkov@nginx.comapp = Proc.new do |env|
2*585Szelenkov@nginx.com    [200, {'Content-Length' => '0'}, ['']]
3*585Szelenkov@nginx.comend
4*585Szelenkov@nginx.com
5*585Szelenkov@nginx.comrun app
6