0

Is there any alternative to nginx-gridfs that can work with mongodb 3.0 with speed comparable to serving static files using only nginx?

Lisio
  • 1,571
  • 2
  • 15
  • 22

1 Answers1

0

There's a GridFS Fuse package. You can mount your GridFS files as a directory then just configure nginx to serve files from it as normal. I've never used it though and have no idea what the performance might be like.

Alex Howansky
  • 50,515
  • 8
  • 78
  • 98