fixed typo in mimetype.xattr
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@442 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.15
parent
a2356ad632
commit
1dfeea948f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue