nginx-gridfs icon indicating copy to clipboard operation
nginx-gridfs copied to clipboard

Invalid mongo user/pass: xxx/xxx

Open maojiu opened this issue 6 years ago • 3 comments

location /photo/ {
               gridfs emew
               root_collection=fs
               field=filename
               user=super
               pass=super
               type=string;
               mongo 
                10.246.xx.xx:27017;
        }

start nginx

2018/10/12 13:47:52 [notice] 28714#0: signal process started
2018/10/12 13:47:52 [error] 28715#0: Invalid mongo user/pass: super/super

???? why

maojiu avatar Oct 12 '18 05:10 maojiu

This pulgin is only support for http://downloads.mongodb.org/linux/mongodb-linux-x86_64-rhel70-2.6.0~2.6.12.tgz

xiaobingchan avatar May 21 '19 09:05 xiaobingchan

Here is my successful solution: https://blog.csdn.net/sinat_28371057/article/details/90258034

xiaobingchan avatar May 22 '19 08:05 xiaobingchan

zzshcool avatar Mar 31 '20 14:03 zzshcool