|
@@ -8,7 +8,7 @@
|
|
|
# Simple HttpErrorPages #
|
|
|
Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitable to use with Lighttpd, Nginx, expressjs, koajs ,Apache-Httpd or any other Webserver.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
## Features ##
|
|
|
|
|
@@ -19,16 +19,16 @@ Simple HTTP Error Page Generator. Create a bunch of custom error pages - suitabl
|
|
|
* Native [koa.js](http://koajs.com/) middleware
|
|
|
|
|
|
## Demo ##
|
|
|
-* [HTTP400](https://andidittrich.github.io/HttpErrorPages/HTTP400.html)
|
|
|
-* [HTTP401](https://andidittrich.github.io/HttpErrorPages/HTTP401.html)
|
|
|
-* [HTTP403](https://andidittrich.github.io/HttpErrorPages/HTTP403.html)
|
|
|
-* [HTTP404](https://andidittrich.github.io/HttpErrorPages/HTTP404.html)
|
|
|
-* [HTTP500](https://andidittrich.github.io/HttpErrorPages/HTTP500.html)
|
|
|
-* [HTTP501](https://andidittrich.github.io/HttpErrorPages/HTTP501.html)
|
|
|
-* [HTTP502](https://andidittrich.github.io/HttpErrorPages/HTTP502.html)
|
|
|
-* [HTTP503](https://andidittrich.github.io/HttpErrorPages/HTTP503.html)
|
|
|
-* [HTTP520](https://andidittrich.github.io/HttpErrorPages/HTTP520.html)
|
|
|
-* [HTTP521](https://andidittrich.github.io/HttpErrorPages/HTTP521.html)
|
|
|
+* [HTTP400](https://httperrorpages.github.io/HttpErrorPages/HTTP400.html)
|
|
|
+* [HTTP401](https://httperrorpages.github.io/HttpErrorPages/HTTP401.html)
|
|
|
+* [HTTP403](https://httperrorpages.github.io/HttpErrorPages/HTTP403.html)
|
|
|
+* [HTTP404](https://httperrorpages.github.io/HttpErrorPages/HTTP404.html)
|
|
|
+* [HTTP500](https://httperrorpages.github.io/HttpErrorPages/HTTP500.html)
|
|
|
+* [HTTP501](https://httperrorpages.github.io/HttpErrorPages/HTTP501.html)
|
|
|
+* [HTTP502](https://httperrorpages.github.io/HttpErrorPages/HTTP502.html)
|
|
|
+* [HTTP503](https://httperrorpages.github.io/HttpErrorPages/HTTP503.html)
|
|
|
+* [HTTP520](https://httperrorpages.github.io/HttpErrorPages/HTTP520.html)
|
|
|
+* [HTTP521](https://httperrorpages.github.io/HttpErrorPages/HTTP521.html)
|
|
|
|
|
|
## Download ##
|
|
|
Just clone/download the git repository **or** use the prebuild packages (only the generated html files are included)
|
|
@@ -36,12 +36,12 @@ Just clone/download the git repository **or** use the prebuild packages (only th
|
|
|
## Download Prebuild Packages (Pages only, en_US) ##
|
|
|
|
|
|
**Direct Download**
|
|
|
-* [Download TAR Archive](https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar)
|
|
|
+* [Download TAR Archive](https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar)
|
|
|
|
|
|
**Shell/Bash**
|
|
|
```shell
|
|
|
# TAR Archive
|
|
|
-wget https://raw.githubusercontent.com/AndiDittrich/HttpErrorPages/master/dist/pages.tar
|
|
|
+wget https://raw.githubusercontent.com/HttpErrorPages/HttpErrorPages/master/dist/pages.tar
|
|
|
```
|
|
|
|
|
|
## NGINX Integration ##
|
|
@@ -231,8 +231,8 @@ Syntax: `Promise _httpErrorPages.koa([options:Object])`
|
|
|
|
|
|
## Customization ##
|
|
|
|
|
|
-First of all, [clone](https://github.com/AndiDittrich/HttpErrorPages.git)
|
|
|
-or [download](https://github.com/AndiDittrich/HttpErrorPages/archive/master.zip) the http-error-pages repository.
|
|
|
+First of all, [clone](https://github.com/HttpErrorPages/HttpErrorPages.git)
|
|
|
+or [download](https://github.com/HttpErrorPages/HttpErrorPages/archive/master.zip) the http-error-pages repository.
|
|
|
|
|
|
### Install Dependencies ###
|
|
|
|