Changeset 442

Show
Ignore:
Timestamp:
07/12/2005 11:35:31 AM (3 years ago)
Author:
jan
Message:

fixed typo in mimetype.xattr

Location:
branches/lighttpd-1.3.x
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/debian/lighttpd.conf

    r1 r442  
    9090 
    9191# Use the "Content-Type" extended attribute to obtain mime type if possible 
    92 # mimetypes.use-xattr = "enable" 
     92# mimetype.use-xattr = "enable" 
    9393 
    9494#### accesslog module 
  • branches/lighttpd-1.3.x/doc/lighttpd.conf

    r374 r442  
    9999 
    100100# Use the "Content-Type" extended attribute to obtain mime type if possible 
    101 #mimetypes.use-xattr        = "enable" 
     101#mimetype.use-xattr        = "enable" 
    102102 
    103103