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

10 lines
No EOL
242 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": null
}