A prettier theme for nginx's fancyindex
module, bundled with strapdown.js
markdown renderer.
- Install nginx with the
fancyindex
module - Clone this repository to your web root with directory
.fancy
, e.g.:
git clone https://github.com/Fishdrowned/Nginx-Fancyindex-Theme.git /srv/http/.fancy/
- Include
fancyindex.conf
with full path in nginxserver
config, e.g.:server { ... include /srv/http/.fancy/fancyindex.conf; ... }
- Restart nginx