https://github.com/guilt/nginx-error-pages
NGINX Error Page Generator
https://github.com/guilt/nginx-error-pages
Last synced: about 2 months ago
JSON representation
NGINX Error Page Generator
- Host: GitHub
- URL: https://github.com/guilt/nginx-error-pages
- Owner: guilt
- Created: 2019-06-10T05:49:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T04:47:33.000Z (about 7 years ago)
- Last Synced: 2025-02-24T10:13:51.214Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NGINX Error Pages
Make your error pages look great! Usually self-contained.
## Installation
```
$ ./generate
```
Then within each of your server blocks / vhosts, add the following snippet:
```
include output/error_pages.conf;
```
## HTTP Status Codes
The `http-status-code.json` was downloaded from:
http://webconcepts.info/concepts/http-status-code.json