]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - lighttpd.conf
Updates
[github/bastienwirtz/homer.git] / lighttpd.conf
CommitLineData
b6b31e44
K
1include "/etc/lighttpd/mime-types.conf"
2
cd75da69
BW
3server.port = env.PORT
4server.modules = ( "mod_alias" )
049f8522
BW
5server.username = "lighttpd"
6server.groupname = "lighttpd"
cd75da69
BW
7server.document-root = "/www"
8alias.url = ( env.SUBFOLDER => "/www" )
9server.indexfiles = ("index.html")
b6b31e44 10server.follow-symlink = "enable"