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:
3ab3174
)
lighttpd: Add redirect for url published in my Master's thesis.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 23 Feb 2010 15:49:26 +0000
(16:49 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 23 Feb 2010 15:49:26 +0000
(16:49 +0100)
etc/lighttpd/vhosts/stderr-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/stderr-nl
b/etc/lighttpd/vhosts/stderr-nl
index 5c0e7ef2addb8e5f70417d02c94afd2ebb40d413..9f82fefc7283e1f94a8a925c57f209a9f23cd435 100644
(file)
--- a/
etc/lighttpd/vhosts/stderr-nl
+++ b/
etc/lighttpd/vhosts/stderr-nl
@@
-14,6
+14,10
@@
$HTTP["host"] =~ ".stderr.nl$" {
$HTTP["url"] =~ ".git/" {
alias.url += ( "/" => "/data/vcs/git/" )
}
+ # Redirect this url, which was published in my Master's
+ # 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")
}
$HTTP["host"] =~ "hg.stderr.nl$" {