File index.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>Test Page for the Nginx HTTP Server on EPEL</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
hr {
51
display: none;
52
}
53
.content {
54
padding: 1em 5em;
55
}
56
.alert {
57
border: 2px solid #000;
58
}
59
60
img {
61
border: 2px solid #fff;
62
padding: 2px;
63
margin: 2px;
64
}
65
a:hover img {
66
border: 2px solid #294172;
67
}
68
.logos {
69
margin: 1em;
70
text-align: center;
71
}
72
/*]]>*/
73
</style>
74
</head>
75
76
<body>
77
<h1>Welcome to <strong>nginx</strong> on EPEL!</h1>
78
79
<div class="content">
80
<p>This page is used to test the proper operation of the
81
<strong>nginx</strong> HTTP server after it has been
82
installed. If you can read this page, it means that the
83
web server installed at this site is working
84
properly.</p>
85
86
<div class="alert">
87
<h2>Website Administrator</h2>
88
<div class="content">
89
<p>This is the default <tt>index.html</tt> page that
90
is distributed with <strong>nginx</strong> on
91
EPEL. It is located in
92
<tt>/usr/share/nginx/html</tt>.</p>
93
94
<p>You should now put your content in a location of
95
your choice and edit the <tt>root</tt> configuration
96
directive in the <strong>nginx</strong>
97
configuration file
98
<tt>/etc/nginx/nginx.conf</tt>.</p>
99
100
</div>
101
</div>
102
103
<div class="logos">
104
<a href="http://nginx.net/"><img
105
src="nginx-logo.png"
106
alt="[ Powered by nginx ]"
107
width="121" height="32" /></a>
108
109
<a href="http://fedoraproject.org/"><img
110
src="poweredby.png"
111
alt="[ Powered by Fedora EPEL ]"
112
width="88" height="31" /></a>
113
</div>
114
</div>
115
</body>
116
</html>
117