Add example for nginx custom error pages
This commit is contained in:
parent
6cca4c5cdd
commit
bc464c7cb8
12 changed files with 235 additions and 0 deletions
1
images/custom-error-pages/rootfs/www/404.html
Normal file
1
images/custom-error-pages/rootfs/www/404.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span>The page you're looking for could not be found.</span>
|
||||
1
images/custom-error-pages/rootfs/www/404.json
Normal file
1
images/custom-error-pages/rootfs/www/404.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "message": "The page you're looking for could not be found" }
|
||||
1
images/custom-error-pages/rootfs/www/4xx.html
Normal file
1
images/custom-error-pages/rootfs/www/4xx.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
4xx html
|
||||
1
images/custom-error-pages/rootfs/www/4xx.json
Normal file
1
images/custom-error-pages/rootfs/www/4xx.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
4xx json
|
||||
1
images/custom-error-pages/rootfs/www/500.html
Normal file
1
images/custom-error-pages/rootfs/www/500.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
500 html
|
||||
1
images/custom-error-pages/rootfs/www/500.json
Normal file
1
images/custom-error-pages/rootfs/www/500.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
500 json
|
||||
1
images/custom-error-pages/rootfs/www/5xx.html
Normal file
1
images/custom-error-pages/rootfs/www/5xx.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
5xx html
|
||||
1
images/custom-error-pages/rootfs/www/5xx.json
Normal file
1
images/custom-error-pages/rootfs/www/5xx.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
5xx json
|
||||
Loading…
Add table
Add a link
Reference in a new issue