Parcourir la source

update confi.json

Gabriele Lauricella il y a 6 ans
Parent
commit
6750103c12
1 fichiers modifiés avec 12 ajouts et 2 suppressions
  1. 12 2
      config.json

+ 12 - 2
config.json

@@ -1,6 +1,16 @@
 {
-    //  Output Filename Scheme - eg. HTTP500.html
-    "scheme": "HTTP%d.html",
+    // Output Filename Scheme - eg. HTTP500.html
+    // %code% - HTTP error code eg. 400
+    "scheme": "HTTP%code%.html",
+
+    // Page title (HTML not allowed)
+    // %code% - HTTP error code eg. 400
+    // %title% - HTTP error eg. Bad Request
+    "page_title": "We've got some trouble | %code% - %title%",
+
+    // Error (HTML not allowed)
+    // %code% - HTTP error code eg. 400
+    "error": "Error %code%",
 
     // Footer content (HTML Allowed)
     "footer": "Tech Contact <a href=\"mailto:info@example.org\">info@example.org</a>"