Skip to content

drklee3/Nginx-Fancyindex-Minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Nginx-Fancyindex-Minimal

Minimal Nginx Fancyindex theme.

Usage

  1. Install the Fancy Index module with Nginx by compiling it or installing via nginx-extras.
  2. Add configuration options below into a server section in your Nginx config file.
  3. Copy the fancyindex/ directory to the root of your site.
  4. Restart or reload Nginx

Configuration

Example additions to your configuration.

location / {
    fancyindex on;              # Enable fancy indexes.
    fancyindex_exact_size off;  # Output human-readable file sizes.
    fancyindex_header "/fancyindex/header.html";
    fancyindex_footer "/fancyindex/footer.html";
}

Screenshots

Example #1

About

Minimal Nginx Fancyindex theme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published