Make the maintenance page a hardcoded response
Show the maintenance message on the requested page, instead of
redirecting to a specific url which then displays a page with the
maintenance notice.
<html>
<head><title>We ran out of memory</title></head>
<body>
We ran out of memory while serving your request, please try again.
</body>
</html>