nginx-gridfs
nginx-gridfs copied to clipboard
Solution to support the checksum user verification MongoDB+Nginx file server
Currently, the Nginx-gridfs plugin only supports the version near MongoDB 2.6.9. The Nginx version only supports 1.14.2. This is my solution to support the checksum user verification MongoDB+Nginx file server: https://blog.csdn.net /sinat_28371057/article/details/90258034
目前Nginx-gridfs插件只支持MongoDB2.6.9附近版本,Nginx版本只支持1.14.2,这是我的支持强制校验用户校验MongoDB+Nginx文件服务器的解决方案:https://blog.csdn.net/sinat_28371057/article/details/90258034
New solution, use docker directly.This is nignx with nginx-gridfs plugin for mongo access file https://hub.docker.com/r/zzshcool/nginx-mongo
New solution, use docker directly.This is nignx with nginx-gridfs plugin for mongo access file https://hub.docker.com/r/zzshcool/nginx-mongo
What mongo version does this image suppport?