diff options
author | Tommi Virtanen <tv@eagain.net> | 2008-02-05 13:18:46 +0200 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2008-02-05 13:18:46 +0200 |
commit | f724a2e724daaed9afb875ed2f410042fec15850 (patch) | |
tree | 984456a72f98f67edd7c9407052803ddea3ddac9 | |
parent | Fix bug where members=@all didn't actually give access. (diff) | |
download | gitosis-gentoo-f724a2e724daaed9afb875ed2f410042fec15850.tar.gz gitosis-gentoo-f724a2e724daaed9afb875ed2f410042fec15850.tar.bz2 gitosis-gentoo-f724a2e724daaed9afb875ed2f410042fec15850.zip |
Add mod_redirect to lighttpd example config snippet.
-rw-r--r-- | lighttpd-gitweb.conf | 1 |
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 += ( |