
server
{
listen 8080;
server_name photo.com;
index index.html index.php index.htm;
location /photo/
{
gridfs photo field=_id type=objectid;
default_type image/jpeg;
mongo 127.0.0.1:27017;
}
}


