summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/lighttpd.conf14
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" )