summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
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
#