projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4439b
)
lighttpd: Redirect git.stderr.nl/ tot /gitweb.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 3 May 2010 14:52:27 +0000
(16:52 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 3 May 2010 14:52:27 +0000
(16:52 +0200)
etc/lighttpd/vhosts/stderr-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/stderr-nl
b/etc/lighttpd/vhosts/stderr-nl
index 0d6314b4eeec3d59e349e51f0d0fb876c76ba45f..5398ed18feaea8006798ae110572d5a5ee0f2bf7 100644
(file)
--- 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$" {