comparison docs/html/50x.html @ 4840:b5ba6f22a0fc

Improved 50x error page. The feature set of the new page: - HTML5 compliant; - Looks similar to the new "Welcome page" (r4835); - Sysadmin hint with a link to the documentation of the "error_log" directive.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 11 Sep 2012 12:37:04 +0000
parents 6d5c1535bb9d
children 1cd63ae46243
comparison
equal deleted inserted replaced
4839:9d458803bbe0 4840:b5ba6f22a0fc
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head> 3 <head>
3 <title>The page is temporarily unavailable</title> 4 <title>Error</title>
4 <style> 5 <style>
5 body { font-family: Tahoma, Verdana, Arial, sans-serif; } 6 body {
7 width: 35em;
8 margin: 0 auto;
9 font-family: Tahoma, Verdana, Arial, sans-serif;
10 }
6 </style> 11 </style>
7 </head> 12 </head>
8 <body bgcolor="white" text="black"> 13 <body>
9 <table width="100%" height="100%"> 14 <h1>An error occurred.</h1>
10 <tr> 15 <p>Sorry, the page you are looking for is currently unavailable.<br/>
11 <td align="center" valign="middle"> 16 Please try again later.</p>
12 The page you are looking for is temporarily unavailable.<br/> 17 <p>If you are the system administrator of this resource then you should check
13 Please try again later. 18 the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
14 </td> 19 <p><em>Faithfully yours, nginx.</em></p>
15 </tr>
16 </table>
17 </body> 20 </body>
18 </html> 21 </html>