summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-03 16:18:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-03 16:18:12 (GMT)
commitd2ee4ff86df4e9104e7465abf78b5496572a7a49 (patch)
tree46f9cfe685da0706b9bf22e3f1c91e6a29c3be34 /abs/core/lighttpd/lighttpd.conf
parentbd4a7fa502dc46031fcbdef83b8a20bb0d7d464d (diff)
downloadlinhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.zip
linhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.tar.gz
linhes_pkgbuild-d2ee4ff86df4e9104e7465abf78b5496572a7a49.tar.bz2
lighttpd: enable server side include in the main config
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r--abs/core/lighttpd/lighttpd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 99e493c..3fff75c 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -133,8 +133,10 @@ mimetype.assign = (
url.access-deny = ( "~", ".inc" )
$HTTP["url"] =~ "\.pdf$" {
-server.range-requests = "disable"
+ server.range-requests = "disable"
}
+ssi.extension = ( ".shtml" )
+
##
# which extensions should not be handle via static-file transfer
#