mdirolf / nginx-gridfs

Nginx module for serving files from MongoDB's GridFS
http://www.mongodb.org
Other
794 stars 147 forks source link

MIME Types? #25

Open e1ven opened 13 years ago

e1ven commented 13 years ago

Would it be possible to add support to send files in various mime types? Either using Mime magic, or letting us pass a field where we're storing the mime type?

I'm storing filename and mimetype already, so being able to return images with a proper mime type would help ensure that they display in the browser, rather than downloading to the FS.

rspeed commented 10 years ago

Looks like this was fixed long ago in #5.