Once I\'ve seen this before when I type a URL http://test.com/test/, instead of give me a html page, it gives me a \'file browser\' like interface to browse all
http://test.com/test/
Just add this section to server, just before the location / {
location / {
location /your/folder/to/browse/ { autoindex on; }