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

                                       






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

server.port           = env.PORT
server.modules        = ( "mod_alias" )
server.username       = env.USER
server.groupname      = env.GROUP
server.document-root  = "/www"
alias.url             = ( env.SUBFOLDER => "/www" )
server.indexfiles     = ("index.html")
server.follow-symlink = "enable"