summaryrefslogtreecommitdiff
path: root/package/lighttpd/files/conf.d/ssi.conf
blob: a82d1a5b69aabceae016415d04e6e5d644e7b9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#######################################################################
##
##  Server Side Includes 
## -----------------------
##
## see /usr/share/doc/packages/lighttpd/ssi.html
##
server.modules += ( "mod_ssi" )

##
## which extensions should be ran through mod_ssi.
##
ssi.extension              = ( ".shtml" )

##
#######################################################################