X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=5398ed18feaea8006798ae110572d5a5ee0f2bf7;hb=56d331bf17b5fc6a53fafd808c129545bbd1b13f;hp=0d6314b4eeec3d59e349e51f0d0fb876c76ba45f;hpb=1a1a63c4107c205ef140162e3d5f7abfff2259db;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index 0d6314b..5398ed1 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -18,6 +18,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$" {