]> git.immae.eu Git - github/bastienwirtz/homer.git/blame_incremental - lighttpd.conf
Alias subfolder hosting
[github/bastienwirtz/homer.git] / lighttpd.conf
... / ...
CommitLineData
1include "/etc/lighttpd/mime-types.conf"
2
3server.port = env.PORT
4server.modules = ( "mod_alias" )
5server.username = env.USER
6server.groupname = env.GROUP
7server.document-root = "/www"
8alias.url = ( env.SUBFOLDER => "/www" )
9server.indexfiles = ("index.html")
10server.follow-symlink = "enable"