diff options
author | Olaf van der Spek <olafvdspek@gmail.com> | 2010-08-17 16:55:36 +0000 |
---|---|---|
committer | Olaf van der Spek <olafvdspek@gmail.com> | 2010-08-17 16:55:36 +0000 |
commit | 6db17e03d206d50ef7e38e10595ebd261f903829 (patch) | |
tree | d9bbd5f32b3fd41266116440fb6901965b8f6930 | |
parent | 3b67b82527572d24a55c24a47701638fc3502281 (diff) | |
download | lighttpd-6db17e03d206d50ef7e38e10595ebd261f903829.tar.gz |
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/lighttpd.conf | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 2f50b08..ce962bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ lighttpd (1.4.27-1) UNRELEASED; urgency=low - * New upstream release + * New upstream release (closes: 564556) -- Olaf van der Spek <olaf@router> Tue, 17 Aug 2010 15:29:43 +0200 diff --git a/debian/lighttpd.conf b/debian/lighttpd.conf index b70ba6e..e1499fe 100644 --- a/debian/lighttpd.conf +++ b/debian/lighttpd.conf @@ -9,15 +9,15 @@ server.modules = ( # "mod_evasive" ) -server.document-root = "/var/www" -server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) -server.errorlog = "/var/log/lighttpd/error.log" +server.document-root = "/var/www" +server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) +server.errorlog = "/var/log/lighttpd/error.log" -index-file.names = ( "index.php", "index.html", - "index.htm", "default.htm", - "index.lighttpd.html" ) +index-file.names = ( "index.php", "index.html", + "index.htm", "default.htm", + " index.lighttpd.html" ) -url.access-deny = ( "~", ".inc" ) +url.access-deny = ( "~", ".inc" ) static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" ) |