summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/ssi.conf
blob: 48af91c338f1aa90254dc5222d372541239d6bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#######################################################################
##
##  Server Side Includes 
## -----------------------
##
## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSSI
##
server.modules += ( "mod_ssi" )

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

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