forked from rpms/nginx
78 lines
2.3 KiB
Diff
78 lines
2.3 KiB
Diff
Signed-off-by: Alan Steinberg <alan.steinberg@oracle.com>
|
|
diff --git a/50x.html b/50x.html
|
|
index 5a9db82..b7d0b9a 100644
|
|
--- a/50x.html
|
|
+++ b/50x.html
|
|
@@ -15,10 +15,10 @@
|
|
padding: 0;
|
|
}
|
|
:link {
|
|
- color: #c00;
|
|
+ color: #f00;
|
|
}
|
|
:visited {
|
|
- color: #c00;
|
|
+ color: #f00;
|
|
}
|
|
a:hover {
|
|
color: #f50;
|
|
@@ -27,7 +27,7 @@
|
|
text-align: center;
|
|
margin: 0;
|
|
padding: 0.6em 2em 0.4em;
|
|
- background-color: #10B981;
|
|
+ background-color: #ff0000;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
font-size: 1.75em;
|
|
@@ -39,7 +39,7 @@
|
|
}
|
|
h2 {
|
|
text-align: center;
|
|
- background-color: #10B981;
|
|
+ background-color: #ff0000;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
@@ -94,7 +94,7 @@
|
|
<p>
|
|
Something has triggered missing webpage on your website. This is the
|
|
default error page for <strong>nginx</strong> that is distributed
|
|
- with OpenELA. It is located
|
|
+ with Oracle Linux. It is located
|
|
<tt>/usr/share/nginx/html/50x.html</tt>
|
|
</p>
|
|
|
|
@@ -106,11 +106,11 @@
|
|
</p>
|
|
|
|
<p>
|
|
- For information on OpenELA, please visit the
|
|
- <a href="https://www.openela.org/">OpenELA website</a>. The
|
|
- documentation for OpenELA is
|
|
- <a href="https://www.openela.org/"
|
|
- >available on the OpenELA website</a
|
|
+ For information on Oracle Linux, please visit the
|
|
+ <a href="https://www.oracle.com/linux/">Oracle Linux website</a>. The
|
|
+ documentation for Oracle Linux is
|
|
+ <a href="https://docs.oracle.com/en/operating-systems/oracle-linux/"
|
|
+ >available on the Oracle Linux website</a
|
|
>.
|
|
</p>
|
|
</div>
|
|
@@ -124,11 +124,11 @@
|
|
width="121"
|
|
height="32"
|
|
/></a>
|
|
- <a href="http://www.openela.org/"><img
|
|
+ <a href="https://www.oracle.com/linux/"><img
|
|
src="poweredby.png"
|
|
- alt="[ Powered by OpenELA ]"
|
|
+ alt="[ Powered by Oracle Linux ]"
|
|
width="32" height="32" /></a>
|
|
-
|
|
+
|
|
</div>
|
|
</div>
|
|
</body>
|