Add example for nginx custom error pages

This commit is contained in:
Manuel de Brito Fontes 2017-09-13 20:04:20 -03:00
parent 6cca4c5cdd
commit bc464c7cb8
12 changed files with 235 additions and 0 deletions

View file

@ -0,0 +1 @@
<span>The page you're looking for could not be found.</span>

View file

@ -0,0 +1 @@
{ "message": "The page you're looking for could not be found" }

View file

@ -0,0 +1 @@
4xx html

View file

@ -0,0 +1 @@
4xx json

View file

@ -0,0 +1 @@
500 html

View file

@ -0,0 +1 @@
500 json

View file

@ -0,0 +1 @@
5xx html

View file

@ -0,0 +1 @@
5xx json