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

Up: xfwm4 (4.11.1)
author Alexander Medvedev <devl547@gmail.com>
date Mon Apr 07 09:49:54 2014 +0000 (2014-04-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 }