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

Add mate-polkit and mate-polkit-dev
author Yuri Pourre <yuripourre@gmail.com>
date Sat Aug 09 12:57:36 2014 -0300 (2014-08-09)
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 }