diff options
author | Olaf van der Spek <olafvdspek@gmail.com> | 2010-10-23 16:13:20 +0000 |
---|---|---|
committer | Olaf van der Spek <olafvdspek@gmail.com> | 2010-10-23 16:13:20 +0000 |
commit | 38350d1e07dc7358014a282ed3f1e6ed693a70ad (patch) | |
tree | d9a9cb2f44679bcd02b0c3b4205fb76a0e751391 | |
parent | e8d1c639c1ab53d491650182af092b26b62e9cff (diff) | |
download | lighttpd-38350d1e07dc7358014a282ed3f1e6ed693a70ad.tar.gz |
Enable mod_redirect by default
-rw-r--r-- | debian/lighttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/lighttpd.conf b/debian/lighttpd.conf index 3673b29..32eb9d5 100644 --- a/debian/lighttpd.conf +++ b/debian/lighttpd.conf @@ -2,8 +2,8 @@ server.modules = ( "mod_access", "mod_alias", "mod_compress", -# "mod_rewrite", -# "mod_redirect", + "mod_redirect", +# "mod_rewrite", ) server.document-root = "/var/www" |