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

cifs-utils: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 07 14:51:10 2013 +0000 (2013-12-07)
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 }