Custom Pages

Hi! I'll like to know if there is a way to change the langueage of the ::CLOUDFLARE_ERROR_500S_BOX::

Since my page is in spanish and it displays something like this once I saw the preview

Connection timed out
The initial connection between Cloudflare's network and the origin web server timed out. As a result, the web page can not be displayed.

Ray ID: 000000000000000
Your IP address: 0.0.0.0
Error reference number: 522
Cloudflare Location: San José


My html is simple, i'm just trying to show an image as a custom page

<!DOCTYPE html>
<html>
 <head>
   <meta charset="utf-8">
    <title>Problemas Técnicos</title>
</head>
<body>
  <h1> Problemas Técnicos </h1>
  <h2>::CLOUDFLARE_ERROR_500S_BOX::</h2>
  <img src="alerta.svg" alt="Error 500 - Problemas Técnicos" style="max-width:100%;">
</body>
</html>
Was this page helpful?