From: Valentin Bartenev Date: Tue, 11 Sep 2012 12:37:04 +0000 (+0000) Subject: Improved 50x error page. X-Git-Tag: release-1.3.6~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=a8742ab5f1c9975cc0e1abc9f9f3fc68344cd84c;p=nginx.git 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. --- diff --git a/docs/html/50x.html b/docs/html/50x.html index 836fb2d5a..f60f5e72d 100644 --- a/docs/html/50x.html +++ b/docs/html/50x.html @@ -1,18 +1,21 @@ + -The page is temporarily unavailable +Error - - - - - -
-The page you are looking for is temporarily unavailable.
-Please try again later. -
+ +

An error occurred.

+

Sorry, the page you are looking for is currently unavailable.
+Please try again later.

+

If you are the system administrator of this resource then you should check +the error log for details.

+

Faithfully yours, nginx.