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:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user