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

up mtpaint (3.40) and added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 18:01:28 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 }