Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can only access db named "test" with mongodb 3.0.1 #68

Open
makersu opened this issue Mar 18, 2015 · 1 comment
Open

can only access db named "test" with mongodb 3.0.1 #68

makersu opened this issue Mar 18, 2015 · 1 comment

Comments

@makersu
Copy link

makersu commented Mar 18, 2015

When I config for db named "test", it's fine.

       location /test/ {
                gridfs test;
        }

But when I config for another db, like

location /mar/ {
                gridfs mar;
        }

The error.log

Mongo connection dropped, could not reconnect, client: 36.229.212.28, server: localhost, request: "GET /mar/5508186498dc9d7884000001 HTTP/1.1", host: "140.123.4.17:3002"
@makersu makersu changed the title can only access db named "test" can only access db named "test" with mongodb 3.0.1 Mar 18, 2015
@makersu
Copy link
Author

makersu commented Mar 19, 2015

Seems cannot have more then one node of gridfs directive, but still cannot access to mongodb 3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant