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

expat: broken symlink, cairo: up (1.14.2)
--disable-xlib-xcb in previous commit
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 28 17:58:24 2015 +0100 (2015-03-28)
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 }