]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - lighttpd.conf
Fix icons path
[github/bastienwirtz/homer.git] / lighttpd.conf
1 include "/etc/lighttpd/mime-types.conf"
2
3 server.port = env.PORT
4 server.modules = ( "mod_alias" )
5 server.username = "lighttpd"
6 server.groupname = "lighttpd"
7 server.document-root = "/www"
8 alias.url = ( env.SUBFOLDER => "/www" )
9 server.indexfiles = ("index.html")
10 server.follow-symlink = "enable"
11 server.feature-flags += ( "server.clock-jump-restart" => 0 )