fixed typo in mimetype.xattr

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@442 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2005-07-12 11:35:31 +00:00
parent a2356ad632
commit 1dfeea948f
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ mimetype.assign = (
)
# Use the "Content-Type" extended attribute to obtain mime type if possible
# mimetypes.use-xattr = "enable"
# mimetype.use-xattr = "enable"
#### accesslog module
accesslog.filename = "/var/log/lighttpd/access.log"

View File

@ -98,7 +98,7 @@ mimetype.assign = (
)
# Use the "Content-Type" extended attribute to obtain mime type if possible
#mimetypes.use-xattr = "enable"
#mimetype.use-xattr = "enable"
## send a different Server: header