all-in-one/Containers/domaincheck/lighttpd.conf
szaimen 4db1b278b1 enable ipv6 for lighttpd
Signed-off-by: szaimen <szaimen@e.mail.de>

Revert "enable ipv6 for lighttpd"

This reverts commit 3d03d45d0b024845fdd58eb08e490df75219b335.

Update lighttpd.conf
2022-07-08 11:50:52 +02:00

18 lines
No EOL
405 B
Text

server.document-root = "/var/www/domaincheck/"
server.port = env.APACHE_PORT
server.username = "www-data"
server.groupname = "www-data"
server.use-ipv6 = "enable"
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" )