lighttpd: use default mimetypes list in 1.4.71

lighttpd 1.4.71 now provides a default list of common types for
mimetype.assign if mimetype.assign is not explicitly part of config
This commit is contained in:
Glenn Strauss 2023-05-27 18:36:26 -04:00 committed by Andrew Benson
parent 516a4c0e6c
commit 2fff213fb6
1 changed files with 0 additions and 1 deletions

View File

@ -9,4 +9,3 @@ server.document-root = "/srv/www/lighttpd"
server.errorlog = "/var/log/lighttpd/error.log"
dir-listing.activate = "enable"
index-file.names = ( "index.html" )
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png" )