mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
14 lines
297 B
YAML
14 lines
297 B
YAML
templates:
|
|
- path: ./foo-tpl.html
|
|
name: ghost # name is optional
|
|
- path: ./bar-tpl.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
|