mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
14 lines
316 B
YAML
14 lines
316 B
YAML
|
templates:
|
||
|
- path: ./templates/ghost.html
|
||
|
name: ghost # name is optional
|
||
|
- path: ./templates/l7-light.html
|
||
|
|
||
|
pages:
|
||
|
400:
|
||
|
message: Bad Request
|
||
|
description: The server did not understand the request
|
||
|
|
||
|
401:
|
||
|
message: Unauthorized
|
||
|
description: The requested page needs a username and a password
|