mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 19:34:19 +00:00
0285a9b0bd
This acknowledges "too many connections" and "max user connections" errors in MySQL and propagates the error up the chain so we can notify the user and return the correct HTTP code.
7 lines
311 B
Cheetah
7 lines
311 B
Cheetah
{{define "head"}}<title>Temporarily Unavailable — {{.SiteMetaName}}</title>{{end}}
|
|
{{define "content"}}
|
|
<div class="error-page">
|
|
<p class="msg">The words aren't coming to me. 🗅</p>
|
|
<p>We couldn't serve this page due to high server load. This should only be temporary.</p>
|
|
</div>
|
|
{{end}}
|