comparison html/50x.html @ 686:2e8a942c8872 NGINX_1_3_6

nginx 1.3.6 *) Feature: the ngx_http_gunzip_filter_module. *) Feature: the "memcached_gzip_flag" directive. *) Feature: the "always" parameter of the "gzip_static" directive. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Sep 2012 00:00:00 +0400
parents 56688ed172c8
children
comparison
equal deleted inserted replaced
685:0a9f545d4f4b 686:2e8a942c8872
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>