aboutsummaryrefslogblamecommitdiffhomepage
path: root/lighttpd.conf
blob: f62657aed50b2df20c921f492b8412d452b45da8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                       








                                                            
include "/etc/lighttpd/mime-types.conf"

server.port            = env.PORT
server.modules         = ( "mod_alias" )
server.username        = "lighttpd"
server.groupname       = "lighttpd"
server.document-root   = "/www"
alias.url              = ( env.SUBFOLDER => "/www" )
server.indexfiles      = ("index.html")
server.follow-symlink  = "enable"
server.feature-flags  += ( "server.clock-jump-restart" => 0 )