9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

fix some configs in examples

This commit is contained in:
Anthony Donlon
2025-11-21 09:21:06 +08:00
parent 14d408faeb
commit 91b1513f04
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ error_page = render_cf_error_page({
# Cloudflare status is error # Cloudflare status is error
'cloudflare_status': { 'cloudflare_status': {
"status": 'error', "status": 'error',
"status_text": 'Not Working', "status_text": 'Error',
}, },
# Host status is also ok # Host status is also ok
'host_status': { 'host_status': {
@@ -86,7 +86,7 @@ params = {
"cloudflare_status": { "cloudflare_status": {
"status": "error", "status": "error",
"location": "Everywhere", "location": "Everywhere",
"status_text": "Not Working", "status_text": "Error",
}, },
"host_status": { "host_status": {
"status": "error", "status": "error",

View File

@@ -101,7 +101,7 @@
"cloudflare_status": { "cloudflare_status": {
"status": "error", "status": "error",
"location": "Everywhere", "location": "Everywhere",
"status_text": "Not Working" "status_text": "Error"
}, },
"host_status": { "host_status": {
"status": "error", "status": "error",

View File

@@ -13,7 +13,7 @@ error_page = render_cf_error_page({
}, },
'cloudflare_status': { 'cloudflare_status': {
"status": 'error', "status": 'error',
"status_text": 'Not Working', "status_text": 'Error',
}, },
'host_status': { 'host_status': {
"status": 'ok', "status": 'ok',