Logoj0ke.net Open Build Service > Projects > home:jg > nginx-testing > 50x.html
Sign Up | Log In

File 50x.html of Package nginx-testing

 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
    <head>
5
        <title>The page is temporarily unavailable</title>
6
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
        <style type="text/css">
8
            /*<![CDATA[*/
9
            body {
10
                background-color: #fff;
11
                color: #000;
12
                font-size: 0.9em;
13
                font-family: sans-serif,helvetica;
14
                margin: 0;
15
                padding: 0;
16
            }
17
            :link {
18
                color: #c00;
19
            }
20
            :visited {
21
                color: #c00;
22
            }
23
            a:hover {
24
                color: #f50;
25
            }
26
            h1 {
27
                text-align: center;
28
                margin: 0;
29
                padding: 0.6em 2em 0.4em;
30
                background-color: #294172;
31
                color: #fff;
32
                font-weight: normal;
33
                font-size: 1.75em;
34
                border-bottom: 2px solid #000;
35
            }
36
            h1 strong {
37
                font-weight: bold;
38
                font-size: 1.5em;
39
            }
40
            h2 {
41
                text-align: center;
42
                background-color: #3C6EB4;
43
                font-size: 1.1em;
44
                font-weight: bold;
45
                color: #fff;
46
                margin: 0;
47
                padding: 0.5em;
48
                border-bottom: 2px solid #294172;
49
            }
50
            h3 {
51
                text-align: center;
52
                background-color: #ff0000;
53
                padding: 0.5em;
54
                color: #fff;
55
            }
56
            hr {
57
                display: none;
58
            }
59
            .content {
60
                padding: 1em 5em;
61
            }
62
            .alert {
63
                border: 2px solid #000;
64
            }
65
66
            img {
67
                border: 2px solid #fff;
68
                padding: 2px;
69
                margin: 2px;
70
            }
71
            a:hover img {
72
                border: 2px solid #294172;
73
            }
74
            .logos {
75
                margin: 1em;
76
                text-align: center;
77
            }
78
            /*]]>*/
79
        </style>
80
    </head>
81
82
    <body>
83
        <h1><strong>nginx error!</strong></h1>
84
85
        <div class="content">
86
87
            <h3>The page you are looking for is temporarily unavailable.  Please try again later.</h3>
88
89
            <div class="alert">
90
                <h2>Website Administrator</h2>
91
                <div class="content">
92
                    <p>Something has triggered an error on your
93
                    website.  This is the default error page for
94
                    <strong>nginx</strong> that is distributed with
95
                    EPEL.  It is located
96
                    <tt>/usr/share/nginx/html/50x.html</tt></p>
97
98
                    <p>You should customize this error page for your own
99
                    site or edit the <tt>error_page</tt> directive in
100
                    the <strong>nginx</strong> configuration file
101
                    <tt>/etc/nginx/nginx.conf</tt>.</p>
102
103
                </div>
104
            </div>
105
106
            <div class="logos">
107
                <a href="http://nginx.net/"><img
108
                    src="nginx-logo.png" 
109
                    alt="[ Powered by nginx ]"
110
                    width="121" height="32" /></a>
111
112
                <a href="http://fedoraproject.org/"><img 
113
                    src="poweredby.png" 
114
                    alt="[ Powered by Fedora EPEL ]" 
115
                    width="88" height="31" /></a>
116
            </div>
117
        </div>
118
    </body>
119
</html>
120