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

updated firefox-official packages (70.0 -> 72.0)
author Hans-G?nter Theisgen
date Fri Jan 17 10:31:16 2020 +0100 (2020-01-17)
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 }