File: redirection.cgi

package info (click to toggle)
libwebapp-ruby 0.4-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 240 kB
  • sloc: ruby: 2,245; makefile: 79
file content (7 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

require 'webapp'

WebApp {|webapp|
  webapp.setup_redirection 301, 'http://www.ruby-lang.org/'
}