more logging, timeout for all requests, 500 error page
parent
8b24da46f4
commit
e7f1e045ce
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
{% include 'includes/head.html' %}
|
||||
|
||||
<body>
|
||||
|
||||
{% include 'includes/header.html' %}
|
||||
|
||||
<section class="hero is-primary">
|
||||
<div class="hero-body">
|
||||
<div class="container center">
|
||||
<p>Well dang, something broke.</p>
|
||||
<br />
|
||||
<a href="{{ request.path }}">Try Again</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include 'includes/footer.html' %}
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue