Reduce verbosity of error messages, with addition of 500 and 429 pages

- Reduce verbosity of error messages in existing error pages with a
  short description of the error which occurred, followed by a bullet
  point list of probable causes.
- Addition of HTTP Error 500 and 429 pages.
This commit is contained in:
Xavier Moffett 2025-02-24 17:32:56 -05:00
parent 4a4dba0bf3
commit 5444c289f3
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC
7 changed files with 77 additions and 9 deletions

View file

@ -3,6 +3,15 @@
<div class="err">
<h1>Bad Gateway</h1>
<p>The upstream resource is unavailable.<br>
Please try again later, or check <a href="https://status.sapphirus.net">here</a> for further information.</p>
<p>The upstream resource is unavailable.</p>
<p>There could be a few reasons for this:</p>
<ul>
<li>Maintenance of this resource is occurring;</li>
<li>The upstream resource is unresponsive, or;</li>
<li>The upstream service is simply not available.</li>
</ul>
<p>Please try again later, or <a href="https://status.sapphirus.net">check here</a> for further information.</p>
</div>