For some unknown reason, this configuration has never made it into git
and somehow disappeared.
}
}
+ $HTTP["host"] =~ "hg.stderr.nl$" {
+ # Let all of hg.stderr.nl be handled by hgweb, since it also
+ # takes care of clone / pull requests.
+ cgi.assign += ( "hgwebdir.cgi" => "" )
+ alias.url += ( "" => "/usr/local/lib/cgi-bin/hgwebdir.cgi" )
+ }
+
$HTTP["host"] =~ "blues.stderr.nl$" {
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = var.site-dir + "/conf/pandora2009.user"