view html/50x.html @ 606:9ad199846233 NGINX_0_9_1

nginx 0.9.1 *) Bugfix: "return CODE message" directrives did not work; the bug had appeared in 0.9.0.
author Igor Sysoev <http://sysoev.ru>
date Tue, 30 Nov 2010 00:00:00 +0300
parents 56688ed172c8
children 2e8a942c8872
line wrap: on
line source

<html>
<head>
<title>The page is temporarily unavailable</title>
<style>
body { font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body bgcolor="white" text="black">
<table width="100%" height="100%">
<tr>
<td align="center" valign="middle">
The page you are looking for is temporarily unavailable.<br/>
Please try again later.
</td>
</tr>
</table>
</body>
</html>