sybblow / ngx-responsiveindex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-responsiveindex

Build Status

Responsive boostrap-formatted indexes module for the Nginx web server.

sample

This is a drop-in replacement for autoindex. Simply replace "autoindex" in nginx.conf with "responsiveindex".

The following options correspond to those for autoindex:

  • responsiveindex_localtime
  • responsiveindex_exact_size

There are two more options:

  • responsiveindex_bootstrap_href can be passed the URL to load the Twitter Bootstrap CSS (it's CDN-loaded by default)
  • responsiveindex_lang can be passed the value to set the HTML "lang" attribute to ("en" by default).

About

License:Other


Languages

Language:C 92.3%Language:HTML 7.7%