all-in-one/Containers/domaincheck/lighttpd.conf

21 lines
472 B
Text
Raw Normal View History

2021-11-30 18:20:42 +08:00
server.document-root = "/var/www/domaincheck/"
server.port = env.APACHE_PORT
2021-11-30 18:20:42 +08:00
server.username = "www-data"
server.groupname = "www-data"
mimetype.assign = (
".html" => "text/html",
".txt" => "text/plain",
".jpg" => "image/jpeg",
".png" => "image/png"
)
static-file.exclude-extensions = ( ".fcgi", ".php", ".rb", "~", ".inc" )
index-file.names = ( "index.html" )
$SERVER["socket"] == "ipv6-placeholder" {
server.document-root = "/var/www/domaincheck/"
}