Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexphelps/server-error-pages
- Owner: alexphelps
- License: apache-2.0
- Created: 2013-08-16T01:41:51.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-08-14T13:29:01.000Z (over 3 years ago)
- Last Synced: 2024-07-31T19:01:55.442Z (4 months ago)
- Topics: apache, error-messages, error-page, nginx
- Language: HTML
- Size: 85 KB
- Stars: 384
- Watchers: 15
- Forks: 114
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.