summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-07-07 16:31:14 +0000
committerJonathan Kolb <jon@b0g.us>2006-07-07 16:31:14 +0000
commitfdd764835945d7a6d9ca2bc9c8bc44635f27b608 (patch)
tree368924c06e347bb316cd552af3b99293d34a7a69 /html
parent26f50689817434249ed8dc89368b36c6e6c51817 (diff)
downloadnginx-fdd764835945d7a6d9ca2bc9c8bc44635f27b608.tar.gz
Changes with nginx 0.3.53 07 Jul 2006v0.3.53
*) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive if the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the "access forbidden by rule" message was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.
Diffstat (limited to 'html')
-rw-r--r--html/50x.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/html/50x.html b/html/50x.html
index b180ed281..836fb2d5a 100644
--- a/html/50x.html
+++ b/html/50x.html
@@ -6,9 +6,13 @@ body { font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body bgcolor="white" text="black">
-<p>
+<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.
-</p>
+</td>
+</tr>
+</table>
</body>
</html>