Is there any alternative to nginx-gridfs that can work with mongodb 3.0 with speed comparable to serving static files using only nginx?
Asked
Active
Viewed 995 times
1 Answers
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
-
It looks unmaintained for a long time and doesn't support authentication. – Lisio Jul 22 '15 at 13:48
-
You're not exactly drowning in choices... :) – Alex Howansky Jul 22 '15 at 14:51