9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00
Files
cloudflare-error-page/examples/default.json
2025-11-21 09:30:51 +08:00

18 lines
486 B
JSON

{
"title": "Internal server error",
"error_code": 500,
"browser_status": {
"status": "ok"
},
"cloudflare_status": {
"status": "error",
"status_text": "Error"
},
"host_status": {
"status": "ok",
"location": "example.com"
},
"error_source": "cloudflare",
"what_happened": "<p>There is an internal server error on Cloudflare\"s network.</p>",
"what_can_i_do": "<p>Please try again in a few minutes.</p>"
}