wok-6.x view mercurial/stuff/lighttpd-hg-vhost.conf @ rev 24740

updated libexif-gtk and libexif-gtk-dev (0.4.0 -> 0.5.0)
author Hans-G?nter Theisgen
date Wed Mar 16 10:07:05 2022 +0100 (2022-03-16)
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 }