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:
parent
516a4c0e6c
commit
2fff213fb6
|
@ -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" )
|
||||
|
|
Loading…
Reference in New Issue