wok view mercurial/stuff/lighttpd-hg-vhost.conf @ rev 8977

Up: libbind to 9.8.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 10:06:52 2011 +0000 (2011-03-02)
parents
children
line source
2 # Mercurial (hg)
3 #
4 $HTTP["host"] =~ "hg$" {
5 cgi.assign = (
6 ".cgi" => "/usr/bin/python"
7 )
8 server.document-root = "/home/hg/share/"
9 url.rewrite-once = ( "(.*)" => "/hgwebdir.cgi$1" )
10 }