For me, nginx is a great web engine. Just the simple way to do simple thing. It’s also easy to build and configure with advanced features. However, some built-in modules seem bad such as the autoindex built-in. Even turn it on, the directory listing seems not to work. But fortunately, instead of the built-in, nginx has a great modules to do that work fancily, that the fancy-index modules. You can get it here.
To build the modules. You need to rebuild the nginx. Get nginx source then add…