aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2008-02-05 13:18:46 +0200
committerTommi Virtanen <tv@eagain.net>2008-02-05 13:18:46 +0200
commitf724a2e724daaed9afb875ed2f410042fec15850 (patch)
tree984456a72f98f67edd7c9407052803ddea3ddac9
parentFix bug where members=@all didn't actually give access. (diff)
downloadgitosis-dakkar-f724a2e724daaed9afb875ed2f410042fec15850.tar.gz
gitosis-dakkar-f724a2e724daaed9afb875ed2f410042fec15850.tar.bz2
gitosis-dakkar-f724a2e724daaed9afb875ed2f410042fec15850.zip
Add mod_redirect to lighttpd example config snippet.
-rw-r--r--lighttpd-gitweb.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/lighttpd-gitweb.conf b/lighttpd-gitweb.conf
index cd0bedd..1046add 100644
--- a/lighttpd-gitweb.conf
+++ b/lighttpd-gitweb.conf
@@ -1,6 +1,7 @@
server.modules += (
"mod_cgi",
"mod_setenv",
+ "mod_redirect",
)
url.redirect += (