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

updated perl-locale-gettext (1.05 -> 1.07)
author Hans-G?nter Theisgen
date Tue Mar 31 10:54:06 2020 +0100 (2020-03-31)
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 }