Hello nginx people,<div><br></div><div>is it easy to configure nginx so that it will serve html for a directory?</div><div>I want the html to  list all files in that directory.</div><div><br></div><div>My directory would be like this:</div>
<div><br></div><div>nginx/html/mydir/</div><div><br></div><div>And I would fill it with files like:</div><div>my.html</div><div>our.txt</div><div>your.jpg</div><div>their.pdf</div><div><br></div><div>So if I browse <a href="http://audreyis.me/mydir/">http://audreyis.me/mydir/</a></div>
<div><br></div><div>I would see links to those files.</div><div><br></div><div>I think apache has this feature but I dont want to use apache.</div><div><br></div><div>Here is an example of what I am looking for:</div><div>
<br></div><div><a href="http://howto.unixdev.net/dirlist.html">http://howto.unixdev.net/dirlist.html</a></div><div><br></div><div>thanks!</div><div><br></div>