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

up midori (0.4.3) and added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 20:48:36 2012 -0800 (2012-02-22)
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 }