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

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

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