From 6db17e03d206d50ef7e38e10595ebd261f903829 Mon Sep 17 00:00:00 2001 From: Olaf van der Spek Date: Tue, 17 Aug 2010 16:55:36 +0000 Subject: --- debian/changelog | 2 +- 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 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" ) -- cgit v1.2.3