annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
686
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
1 <!DOCTYPE html>
206
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
2 <html>
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
3 <head>
686
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
4 <title>Error</title>
206
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
5 <style>
686
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
6 body {
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
7 width: 35em;
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
8 margin: 0 auto;
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
9 font-family: Tahoma, Verdana, Arial, sans-serif;
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
10 }
206
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
11 </style>
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
12 </head>
686
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
13 <body>
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
14 <h1>An error occurred.</h1>
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
15 <p>Sorry, the page you are looking for is currently unavailable.<br/>
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
16 Please try again later.</p>
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
17 <p>If you are the system administrator of this resource then you should check
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
18 the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
2e8a942c8872 nginx 1.3.6
Igor Sysoev <http://sysoev.ru>
parents: 212
diff changeset
19 <p><em>Faithfully yours, nginx.</em></p>
206
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
20 </body>
3866d57d9cfd nginx 0.3.50
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
21 </html>