3 changed files with 111 additions and 7 deletions
@ -0,0 +1,42 @@
|
||||
## |
||||
## 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 |
||||
|
||||
Loading…
Reference in new issue