1.6 KiB
1.6 KiB
nginx-fancy-pages
A modern drop in replacement for default Apache index/error pages. This is an nginx-compatible version of apache-fancy-pages, with details kept largely the same.
___ ___
| __|_ _ _ _ __ _ _| _ \__ _ __ _ ___ ___
| _/ _` | ' \/ _| || | _/ _` / _` / -_|_-<
|_|\__,_|_||_\__|\_, |_| \__,_\__, \___/__/
|__/ |___/

Features
- Responsive design
- Breadcrumb navigation
- Search/Filter results
- Light/Dark theme based on user prefered color scheme
- Replacement for default error pages: 401, 403, 404, 500
Requirements
- The NGINX Fancyindex module is compiled with nginx.
Limitations
- On mobile, column headers are hidden so sorting is implicitly disabled.
Install
- Include content in your location directive, i.e
location / { ... }, in your nginx config. - Move the
fancy-pagesfolder to the same folder level as your serving location. For example, if your location directive is/mydatabase, the theme should be located/fancy-pages. - Restart or reload nginx.