You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
## |
|
## boa.mime -- Boa MIME Types |
|
## |
|
|
|
# This file controls what Internet media types are sent to the |
|
# client for given file extension(s). For more information |
|
# about Internet media types, please read RFC 2045, 2046, |
|
# 2047, 2048, and 2077. The Internet media type registry is at |
|
# <http://www.iana.org/assignments/media-types/>. |
|
|
|
text/plain txt asc |
|
|
|
text/css css |
|
text/html html htm |
|
|
|
application/xhtml+xml xhtml xht |
|
application/xslt+xml xslt |
|
application/rdf+xml rdf |
|
application/xml-dtd dtd |
|
application/xml xml xsl |
|
|
|
image/gif gif |
|
image/ief ief |
|
image/jpeg jpeg jpg |
|
image/png png |
|
image/svg+xml svg |
|
image/tiff tiff tif |
|
|
|
video/mpeg mpeg mpg |
|
video/quicktime qt mov |
|
video/x-msvideo avi |
|
|
|
application/vnd.ms-excel xls |
|
application/vnd.ms-powerpoint ppt |
|
application/msword doc |
|
text/rtf rtf |
|
|
|
application/postscript ps eps |
|
application/pdf pdf |
|
|
|
application/octet-stream bin |
|
|
|
|