Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexphelps/server-error-pages

Easy to use, professional error pages to replace the plaintext error pages that come with any server software like Nginx or Apache
https://github.com/alexphelps/server-error-pages

apache error-messages error-page nginx

Last synced: 14 days ago
JSON representation

Easy to use, professional error pages to replace the plaintext error pages that come with any server software like Nginx or Apache

Awesome Lists containing this project

README

        

Server-Error-Pages
==================

Easy to use, professional error pages to replace the plaintext error pages that comes with any server software like Nginx, Caddy, or Apache.

**Quick Details**
* Unbranded and generic informational text for the user
* Single HTML files, no directory structure required.
* Bootstrap 5 and Bootstrap Icons via CDN

**Included Error Pages**
* [403](https://alexphelps.github.io/server-error-pages/403.html)
* [404](https://alexphelps.github.io/server-error-pages/404.html)
* [500](https://alexphelps.github.io/server-error-pages/500.html)
* [502](https://alexphelps.github.io/server-error-pages/502.html)
* [503](https://alexphelps.github.io/server-error-pages/503.html)
* [504](https://alexphelps.github.io/server-error-pages/504.html)
* [Maintenance](https://alexphelps.github.io/server-error-pages/maintenance.html)
* [Rate Limit (429)](https://alexphelps.github.io/server-error-pages/429.html)

### Getting Started
* **Beginners -** You can find all the compiled files under the `_site` directory
* **Jekyll Users -** The pages are built using jekyll, so if you're familiar with jekyll just clone the repo and you can easily modify the `error_page.html` template as needed.