lighttpd: Make awstats available as /stats in all domains.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stderr-nl
index 0d6314b4eeec3d59e349e51f0d0fb876c76ba45f..d251ff8759788699585f4c7d873b48baafd542fd 100644 (file)
@@ -3,7 +3,6 @@ $HTTP["host"] =~ ".stderr.nl$" {
        var.site-fcgi-dir    = var.fcgi-dir + "/stderr-nl"
 
        evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
-       accesslog.filename   = var.site-dir + "/logs/access.log"
 
        $HTTP["host"] =~ "git.stderr.nl$" {
                cgi.assign += ( "gitweb.cgi" => "" )
@@ -18,6 +17,8 @@ $HTTP["host"] =~ ".stderr.nl$" {
                # thesis. Use .* instead of λ, since mod_redirect doesn't like
                # the λ for some reason.
                url.redirect += ("^/gitweb\?p=matthijs/projects/c.*ash\.git" => "/gitweb?p=matthijs/master-project/cλash.git")
+               # Redirect / to gitweb
+               url.redirect += ("^/$" => "/gitweb")
        }
 
        $HTTP["host"] =~ "hg.stderr.nl$" {