mdirolf / nginx-gridfs

Nginx module for serving files from MongoDB's GridFS

Home Page:http://www.mongodb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid mongo user/pass: xxx/xxx

maojiu opened this issue · comments

commented
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