We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
Seems cannot have more then one node of gridfs directive, but still cannot access to mongodb 3.0.1
Sorry, something went wrong.
No branches or pull requests
When I config for db named "test", it's fine.
But when I config for another db, like
The error.log
The text was updated successfully, but these errors were encountered: