HttpErrorPages/config.json
2020-11-15 11:55:57 +01:00

13 lines
No EOL
362 B
JSON

{
// Output Filename Scheme - eg. HTTP500.html
"scheme": "HTTP%code%.html",
// Page title (HTML not allowed)
"pagetitle": "We've got some trouble | %code% - %title%",
// Footer content (HTML Allowed)
"footer": "Tech Contact <a href=\"mailto:info@example.org\">info@example.org</a>",
// additional vars
"myvar" : "Hello World"
}