]> code.delx.au - cgiproxy/blob - ruby/lighttpd.conf
More example config
[cgiproxy] / ruby / lighttpd.conf
1 $HTTP["host"] == "public.example.com" {
2 url.rewrite-once = (
3 "^/(.*)" => "/path.cgi/$1",
4 }
5 }
6