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

gcc: first tiny fix (missing -- befor libexecdir)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 16:39:31 2011 +0200 (2011-05-08)
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 }