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

created recipe for python-ply
author Hans-G?nter Theisgen
date Fri Jan 03 13:49:45 2020 +0100 (2020-01-03)
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 }