alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

lighttpd.conf (178B)


      1 server.port		= 80
      2 server.document-root	= "/var/www/lighttpd"
      3 server.errorlog		= "/var/log/lighttpd-error.log"
      4 dir-listing.activate	= "enable"
      5 index-file.names	= ( "index.html" )