How can I get JSON from Nginx Autoindex?
- by Devrim
How can I modify to Nginx’s autoindex so that it will generate a JSON version of the index instead of HTML? Or is there a module that already does that?
I want to have this;
http://u.kodingen.com/ClrG
Instead of;
http://u.kodingen.com/Cls2N
This blog writer seems to have done it;
http://u.kodingen.com/Clz3F
http://lamsonproject.net/blog/2009-08-03.html
But he didn't mention how.